共用方式為


DataItem 建構

Initializes a new instance of DataItem.

多載清單 

  名稱 描述
公用方法 DataItem() () () () Initializes a new instance of DataItem using default values.
公用方法 DataItem(Binding) Initializes a new instance of DataItem for the specified source.
公用方法 DataItem(String, String) Initializes a new instance of DataItem for the specified table and column.
公用方法 DataItem(Binding, OleDbType) Initializes a new instance of DataItem for the specified source with the specified OleDbType.
公用方法 DataItem(String, String, OleDbType) Initializes a new instance of DataItem for the specified table and column with the specified OleDbType.
公用方法 DataItem(Binding, OleDbType, Int32) Initializes a new instance of DataItem for the specified source with the specified OleDbType and data size.
公用方法 DataItem(String, String, OleDbType, Int32) Initializes a new instance of DataItem for the specified table and column with the specified OleDbType and data size.

頂端