Skip to content

IQbservableProvider.CreateQuery(Expression) method

Defined in

Type: IQbservableProvider Namespace: System.Reactive.Linq Assembly: System.Reactive.dll

Applies to

netstandard2.0

IQbservable<TResult> CreateQuery<TResult>(Expression expression)

Summary: Constructs an IQbservable object that can evaluate the query represented by a specified expression tree.

Type parameters

NameDescription
TResultThe type of the elements of the [IQbservable](# that is returned.

Parameters

NameTypeDescription
expressionExpressionExpression tree representing the query.

Returns: IQbservable -- IQbservable object that can evaluate the given query expression.