<PackageReference Include="System.Reactive" Version="6.0.0" />

System.Reactive.Joins.QueryablePattern

public abstract class QueryablePattern
Abstract base class for join patterns represented by an expression tree.
public Expression Expression { get; }

Gets the expression tree representing the join pattern.

protected QueryablePattern(Expression expression)

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