ObjectQuery.IQueryable.ElementType Proprietà

Definizione

Ottiene il tipo di elemento risultato per questa istanza di query.

property Type ^ System::Linq::IQueryable::ElementType { Type ^ get(); };
Type System.Linq.IQueryable.ElementType { get; }
member this.System.Linq.IQueryable.ElementType : Type
 ReadOnly Property ElementType As Type Implements IQueryable.ElementType

Valore della proprietà

Oggetto Type che rappresenta il tipo di elemento risultato per questa istanza di query.

Implementazioni

Commenti

Questo membro è un'implementazione esplicita del membro dell'interfaccia. Può essere usato solo quando viene eseguito il cast dell'istanza a un'interfaccia ObjectQuery<T>IListSource .

Si applica a