提供针对特定数据源(其中数据类型未指定)评估查询的功能。
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 实例关联的表达式树。 |
![]() |
提供程序 | 获取与此数据源相关联的查询提供程序。 |
顶部