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.

页首