Skip to content

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

NameSummary
.ctorCreates a new join pattern object using the specified expression tree representation.

Properties

NameSummary
ExpressionGets the expression tree representing the join pattern.

Derived types

Inherited members