MetaColumn.DataTypeAttribute Proprietà

Definizione

Ottiene l'attributo DataTypeAttribute che viene applicato al campo dati.

public:
 property System::ComponentModel::DataAnnotations::DataTypeAttribute ^ DataTypeAttribute { System::ComponentModel::DataAnnotations::DataTypeAttribute ^ get(); };
public System.ComponentModel.DataAnnotations.DataTypeAttribute DataTypeAttribute { get; }
member this.DataTypeAttribute : System.ComponentModel.DataAnnotations.DataTypeAttribute
Public ReadOnly Property DataTypeAttribute As DataTypeAttribute

Valore della proprietà

DataTypeAttribute

Attributo DataTypeAttribute che viene applicato al campo dati.

Si applica a

Vedi anche