Freigeben über


EdmProperty.EnumType-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 die Informationen zum Aufzählungstyp für diese Eigenschaft ab.

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

Syntax

'Declaration
Public ReadOnly Property EnumType As EnumType 
    Get
'Usage
Dim instance As EdmProperty 
Dim value As EnumType 

value = instance.EnumType
public EnumType EnumType { get; }
public:
property EnumType^ EnumType {
    EnumType^ get ();
}
member EnumType : EnumType
function get EnumType () : EnumType

Eigenschaftswert

Typ: System.Data.Entity.Core.Metadata.Edm.EnumType
Die Informationen zum Aufzählungstyp für diese Eigenschaft.

Siehe auch

Verweis

EdmProperty Klasse

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