DbQuery.ElementType (Propiedad)

[Esta página es específica de la versión 6 de Entity Framework. La versión más reciente está disponible como el paquete NuGet de Entity Framework. Para más información sobre Entity Framework, consulte msdn.com/es-ES/data/ef].

Tipo de elemento IQueryable.

Espacio de nombres:  System.Data.Entity.Infrastructure
Ensamblado:  EntityFramework (en EntityFramework.dll)

Sintaxis

'Declaración
Public Overridable ReadOnly Property ElementType As Type 
    Get
'Uso
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

Valor de propiedad

Tipo: System.Type

Implementaciones

IQueryable.ElementType

Vea también

Referencia

DbQuery Clase

System.Data.Entity.Infrastructure (Espacio de nombres)