Skip to content

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

NameSummary
ElementTypeGets the type of the element(s) that are returned when the expression tree associated with this instance of IQbservable is executed.
ExpressionGets the expression tree that is associated with the instance of IQbservable.
ProviderGets the query provider that is associated with this data source.