Show / Hide Table of Contents

Interface IReactiveExpressible

Represents a reactive resource with an expression tree representation.

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