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