Freigeben über


IQueryable.ElementType Eigenschaft

Definition

Ruft den Typ der Elemente ab, die zurückgegeben werden, wenn die ausdrucksstruktur, die dieser Instanz IQueryable zugeordnet ist, ausgeführt wird.

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

Eigenschaftswert

A Type that represents the type of the element(s), that are returned when the expression tree associated with this object is executed.

Hinweise

Die ElementType Eigenschaft stellt das "T" in IQueryable<T> oder IQueryable(Of T).

Gilt für: