次の方法で共有


MetaColumn.DataTypeAttribute プロパティ

定義

データ フィールドに適用される DataTypeAttribute 属性を取得します。

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

プロパティ値

DataTypeAttribute

データ フィールドに適用される DataTypeAttribute 属性。

適用対象

こちらもご覧ください