Share via


Proprietà DbQuery.ElementType

[Questa pagina è specifica della versione 6 di Entity Framework. La versione più recente è disponibile come pacchetto NuGet per "Entity Framework". Per ulteriori informazioni su Entity Framework, vedere la pagina msdn.com/data/ef.]

Tipo di elemento IQueryable.

Spazio dei nomi:  System.Data.Entity.Infrastructure
Assembly:  EntityFramework (in EntityFramework.dll)

Sintassi

'Dichiarazione
Public Overridable ReadOnly Property ElementType As Type 
    Get
'Utilizzo
Dim instance As DbQuery 
Dim value As Type 

value = instance.ElementType
public virtual Type ElementType { get; }
public:
virtual property Type^ ElementType {
    Type^ get ();
}
abstract ElementType : Type 
override ElementType : Type
function get ElementType () : Type

Valore proprietà

Tipo: System.Type

Implements

IQueryable.ElementType

Vedere anche

Riferimento

DbQuery Classe

Spazio dei nomi System.Data.Entity.Infrastructure