DbQuery.ElementType-Eigenschaft
[Diese Seite bezieht sich auf Entity Framework Version 6. Die neueste Version ist als 'Entity Framework' NuGet-Paket verfügbar. Weitere Informationen zu Entity Framework finden Sie unter msdn.com/data/ef.]
Der IQueryable-Elementtyp.
Namespace: System.Data.Entity.Infrastructure
Assembly: EntityFramework (in EntityFramework.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property ElementType As Type
Get
'Usage
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
Eigenschaftswert
Typ: System.Type