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
Public property ElementType Gets the type of the element(s) that are returned when the expression tree associated with this instance of IQbservable is executed.
Public property Expression Gets the expression tree that is associated with the instance of IQbservable.
Public property Provider Gets the query provider that is associated with this data source.

Top

See Also

Reference

System.Reactive.Linq Namespace