Condividi tramite


Proprietà EdmProperty.IsEnumType

[Questa pagina è specifica della versione 6 di Entity Framework. La versione più recente è disponibile come pacchetto NuGet per "Entity Framework". Per ulteriori informazioni su Entity Framework, vedere la pagina msdn.com/data/ef.]

Ottiene un valore che indica se la proprietà è una proprietà di tipo enumerazione.

Spazio dei nomi:  System.Data.Entity.Core.Metadata.Edm
Assembly:  EntityFramework (in EntityFramework.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property IsEnumType As Boolean 
    Get
'Utilizzo
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

Valore proprietà

Tipo: System.Boolean
true se la proprietà è una proprietà di tipo enumerazione; in caso contrario, false.

Vedere anche

Riferimento

EdmProperty Classe

Spazio dei nomi System.Data.Entity.Core.Metadata.Edm