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)。

適用対象