DbColumn.DataTypeName 屬性

定義

取得資料類型的名稱,如未設定任何值則取得 null。 在衍生類別中覆寫時,可以設定為資料類型名稱或 null

public:  property System::String ^ DataTypeName {  public:
System::String ^ get(); protected:
 void set(System::String ^ value); };
public string? DataTypeName { get; protected set; }
public string DataTypeName { get; protected set; }
member this.DataTypeName : string with get, set
Public Property DataTypeName As String

屬性值

資料類型的名稱,如未設定任何值則為 Null 參考 (Visual Basic 為 Nothing)。

適用於