QueryablePattern.Expression Property

Gets the expression tree that is associated with the instance of queryable pattern.

Namespace:  System.Reactive.Joins
Assembly:  System.Reactive.Providers (in System.Reactive.Providers.dll)

Syntax

'Declaration
Public Property Expression As Expression
    Get
    Private Set
'Usage
Dim instance As QueryablePattern
Dim value As Expression

value = instance.Expression
public Expression Expression { get; private set; }
public:
property Expression^ Expression {
    Expression^ get ();
    private: void set (Expression^ value);
}
member Expression : Expression with get, private set
function get Expression () : Expression
private function set Expression (value : Expression)

Property Value

Type: System.Linq.Expressions.Expression
The expression tree that is associated with the instance of queryable pattern.

See Also

Reference

QueryablePattern Class

System.Reactive.Joins Namespace