DbColumn.DataType プロパティ

定義

列に格納されているデータの型を取得します。 派生クラスでオーバーライドされる場合に列内のデータ型を表す Type オブジェクトに設定できます。

public:  property Type ^ DataType {  public:
Type ^ get(); protected:
 void set(Type ^ value); };
public Type? DataType { get; protected set; }
public Type DataType { get; protected set; }
member this.DataType : Type with get, set
Public Property DataType As Type

プロパティ値

列に含まれるデータ型を表す Type オブジェクト。

適用対象