EdmModel.EnumTypes-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 Aufzählungstypen in dem Modell ab.
Namespace: System.Data.Entity.Core.Metadata.Edm
Assembly: EntityFramework (in EntityFramework.dll)
Syntax
'Declaration
Public ReadOnly Property EnumTypes As IEnumerable(Of EnumType)
Get
'Usage
Dim instance As EdmModel
Dim value As IEnumerable(Of EnumType)
value = instance.EnumTypes
public IEnumerable<EnumType> EnumTypes { get; }
public:
property IEnumerable<EnumType^>^ EnumTypes {
IEnumerable<EnumType^>^ get ();
}
member EnumTypes : IEnumerable<EnumType>
function get EnumTypes () : IEnumerable<EnumType>
Eigenschaftswert
Typ: System.Collections.Generic.IEnumerable<EnumType>