IQueryable.ElementType 属性

定义

获取在执行与 IQueryable 的此实例关联的表达式树时返回的元素的类型。

public:
 property Type ^ ElementType { Type ^ get(); };
public Type ElementType { get; }
member this.ElementType : Type
Public ReadOnly Property ElementType As Type

属性值

Type

一个 Type,表示在执行与之关联的表达式目录树时返回的元素的类型。

注解

ElementType属性表示或 IQueryable<T> .IQueryable(Of T)

适用于