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

適用対象