Skip to content

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

NameTypeDescription
expressionExpressionExpression tree representing the join pattern.