DataTypeAttribute.CustomDataType 属性

定义

获取与数据字段关联的自定义字段模板的名称。

public:
 property System::String ^ CustomDataType { System::String ^ get(); };
public string CustomDataType { get; }
public string? CustomDataType { get; }
member this.CustomDataType : string
Public ReadOnly Property CustomDataType As String

属性值

与数据字段关联的自定义字段模板的名称。

适用于