QueryablePattern(Expression) constructor¶
Defined in
Type: QueryablePattern
Namespace: System.Reactive.Joins
Assembly: System.Reactive.dll
Applies to
netstandard2.0
protected QueryablePattern(Expression expression)
Summary: Creates a new join pattern object using the specified expression tree representation.
Parameters
| Name | Type | Description |
|---|---|---|
expression | Expression | Expression tree representing the join pattern. |