Freigeben über


EdmProperty.IsEnumType-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 ab, ob diese Eigenschaft eine Aufzählungstypeigenschaft ist.

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

Syntax

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

value = instance.IsEnumType
public bool IsEnumType { get; }
public:
property bool IsEnumType {
    bool get ();
}
member IsEnumType : bool
function get IsEnumType () : boolean

Eigenschaftswert

Typ: System.Boolean
true, wenn diese Eigenschaft eine Aufzählungstypeigenschaft ist, andernfalls false.

Siehe auch

Verweis

EdmProperty Klasse

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