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
Name | Description | |
---|---|---|
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. |
Top