Freigeben über


EntitySetBase.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 EntityTypeBase ab.

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

Syntax

'Declaration
Public Property ElementType As EntityTypeBase 
    Get 
    Friend Set
'Usage
Dim instance As EntitySetBase 
Dim value As EntityTypeBase 

value = instance.ElementType
public EntityTypeBase ElementType { get; internal set; }
public:
property EntityTypeBase^ ElementType {
    EntityTypeBase^ get ();
    internal: void set (EntityTypeBase^ value);
}
member ElementType : EntityTypeBase with get, internal set
function get ElementType () : EntityTypeBase 
internal function set ElementType (value : EntityTypeBase)

Eigenschaftswert

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

Siehe auch

Verweis

EntitySetBase Klasse

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