DynamicDataExtensions.GetEnumType(MetaColumn) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient le type de l'énumération qui représente la colonne.
public:
[System::Runtime::CompilerServices::Extension]
static Type ^ GetEnumType(System::Web::DynamicData::MetaColumn ^ column);
public static Type GetEnumType (this System.Web.DynamicData.MetaColumn column);
static member GetEnumType : System.Web.DynamicData.MetaColumn -> Type
<Extension()>
Public Function GetEnumType (column As MetaColumn) As Type
Paramètres
- column
- MetaColumn
Colonne pour laquelle obtenir le type d'énumération.
Retours
Type de l'énumération qui représente la colonne si le type sous-jacent est une énumération ; sinon, null
.
Remarques
La colonne représente une énumération si le type sous-jacent est une énumération ou si la colonne est annotée dans la classe partielle d’entité avec l’attribut EnumDataTypeAttribute .