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. |
上層