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 特性。

适用于

另请参阅