Freigeben über


EntitySet.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.]

Ruft den Entitätstyp von EntitySet ab.

Namespace:  System.Data.Entity.Core.Metadata.Edm
Assembly:  EntityFramework (in EntityFramework.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property ElementType As EntityType 
    Get
'Usage
Dim instance As EntitySet 
Dim value As EntityType 

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

Eigenschaftswert

Typ: System.Data.Entity.Core.Metadata.Edm.EntityType
Ein EntityType-Objekt, das den Entitätstyp von EntitySet darstellt.

Siehe auch

Verweis

EntitySet Klasse

System.Data.Entity.Core.Metadata.Edm-Namespace