IQbservable interface¶
Defined in
Namespace: System.Reactive.Linq
Assembly: System.Reactive.dll
Full name: System.Reactive.Linq.IQbservable
Modifiers: public abstract
Summary¶
Provides functionality to evaluate queries against a specific data source wherein the type of the data is not specified.
Applies to
netstandard2.0
Properties¶
| Name | Summary |
|---|---|
| ElementType | Gets the type of the element(s) that are returned when the expression tree associated with this instance of IQbservable is executed. |
| Expression | Gets the expression tree that is associated with the instance of IQbservable. |
| Provider | Gets the query provider that is associated with this data source. |