The recording of the first ever ReactiveUI virtual conference is available on our YouTube Channel.

IQbservable Interface

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

NameDescriptionPublic propertyElementTypeGets the type of the element(s) that are returned when the expression tree associated with this instance of IQbservable is executed.Public propertyExpressionGets the expression tree that is associated with the instance of IQbservable.Public propertyProviderGets 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

NameDescriptionPublic propertyElementTypeGets the type of the element(s) that are returned when the expression tree associated with this instance of IQbservable is executed.Public propertyExpressionGets the expression tree that is associated with the instance of IQbservable.Public propertyProviderGets the query provider that is associated with this data source.Top

See Also

Reference

IQbservable Interface

System.Reactive.Linq Namespace