QueryablePlan<TResult> 类

表示联接可查询模式的执行计划。

继承层次结构

System.Object
  System.Reactive.Joins.QueryablePlan<TResult>

Namespace:System.Reactive.Joins
装配: system.Reactive.Providers 在 System.Reactive.Providers.dll) 中 (

语法

'Declaration
Public Class QueryablePlan(Of TResult)
'Usage
Dim instance As QueryablePlan(Of TResult)
public class QueryablePlan<TResult>
generic<typename TResult>
public ref class QueryablePlan
type QueryablePlan<'TResult> =  class end
JScript does not support generic types and methods.

类型参数

  • TResult
    计划结果的类型。

QueryablePlan<TResult> 类型公开以下成员。

属性

  名称 说明
公共属性 表达式 获取与可查询实例关联的表达式树。

顶部

方法

  名称 说明
Public method Public method 等于 (继承自 Object.)
受保护的方法 完成 (继承自 Object.)
Public method Public method GetHashCode (继承自 Object.)
Public method Public method GetType (继承自 Object.)
受保护的方法 MemberwiseClone (继承自 Object.)
Public method Public method ToString (继承自 Object.)

顶部

线程安全性

此类型的所有公共静态(Visual Basic 中共享的)成员都是线程安全的。 但不保证所有实例成员都是线程安全的。

另请参阅

参考

System.Reactive.Joins 命名空间