Show / Hide Table of Contents

Interface IAsyncReactiveExpressible

Represents a reactive resource with an expression tree representation.

Inherited Members
IExpressible.Expression
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
In This Article
Back to top Generated by DocFX