Interface IReactiveExpressible
Represents a reactive resource with an expression tree representation.
Inherited Members
Namespace: Reaqtor
Assembly: Reaqtor.Expressions.Model.dll
Syntax
public interface IReactiveExpressible : IExpressible
Properties
Provider
Gets the query provider that is associated with the object.
Declaration
IReactiveQueryProvider Provider { get; }
Property Value
Type | Description |
---|---|
IReactiveQueryProvider |