Freigeben über


MetaColumn.DataTypeAttribute Eigenschaft

Definition

Ruft das DataTypeAttribute-Attribut ab, das auf das Datenfeld angewendet wird.

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

Eigenschaftswert

DataTypeAttribute

Das DataTypeAttribute-Attribut, das auf das Datenfeld angewendet wird.

Gilt für

Siehe auch