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
| Name | Description |
|---|---|
TResult | The type of the elements of the [IQbservable](# that is returned. |
Parameters
| Name | Type | Description |
|---|---|---|
expression | Expression | Expression tree representing the query. |
Returns: IQbservable