QueryablePattern class¶
Defined in
Namespace: System.Reactive.Joins
Assembly: System.Reactive.dll
Full name: System.Reactive.Joins.QueryablePattern
Modifiers: public abstract
Summary¶
Abstract base class for join patterns represented by an expression tree.
Applies to
netstandard2.0
Constructors¶
| Name | Summary |
|---|---|
| .ctor | Creates a new join pattern object using the specified expression tree representation. |
Properties¶
| Name | Summary |
|---|---|
| Expression | Gets the expression tree representing the join pattern. |