IQbservable Interface
Provides functionality to evaluate queries against a specific data source wherein the type of the data is not specified.
Namespace: System.Reactive.Linq
Assembly: System.Reactive.Providers (in System.Reactive.Providers.dll)
Syntax
'Declaration
Public Interface IQbservable
'Usage
Dim instance As IQbservable
public interface IQbservable
public interface class IQbservable
type IQbservable = interface end
public interface IQbservable
The IQbservable type exposes the following members.
Properties
NameDescriptionElementTypeGets 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.Top
See Also
Reference
System.Reactive.Linq Namespace
IQbservable Properties
Include Protected Members
Include Inherited Members
The IQbservable type exposes the following members.
Properties
NameDescriptionElementTypeGets 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.Top