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 物件,表示資料行包含的資料類型。

適用於