IQbservable 接口

提供针对特定数据源(其中数据类型未指定)评估查询的功能。

Namespace:System.Reactive.Linq
装配: System.Reactive.Providers.dll) 中的 System.Reactive.Providers (

语法

'Declaration
Public Interface IQbservable
'Usage
Dim instance As IQbservable
public interface IQbservable
public interface class IQbservable
type IQbservable =  interface end
public interface IQbservable

IQbservable 类型公开以下成员。

属性

  名称 说明
公共属性 ElementType 获取元素的类型, (执行与此 IQbservable 实例关联的表达式树时返回的) 。
公共属性 表达式 获取与 IQbservable 实例关联的表达式树。
公共属性 提供程序 获取与此数据源相关联的查询提供程序。

顶部

另请参阅

参考

System.Reactive.Linq 命名空间