Share via


DataItem Constructor

Include Protected Members
Include Inherited Members

Initializes a new instance of DataItem.

Overload List

  Name Description
Public method DataItem() Initializes a new instance of DataItem using default values.
Public method DataItem(Binding) Initializes a new instance of DataItem for the specified source.
Public method DataItem(String, String) Initializes a new instance of DataItem for the specified table and column.
Public method DataItem(Binding, OleDbType) Initializes a new instance of DataItem for the specified source with the specified OleDbType.
Public method DataItem(String, String, OleDbType) Initializes a new instance of DataItem for the specified table and column with the specified OleDbType.
Public method DataItem(Binding, OleDbType, Int32) Initializes a new instance of DataItem for the specified source with the specified OleDbType and data size.
Public method DataItem(String, String, OleDbType, Int32) Initializes a new instance of DataItem for the specified table and column with the specified OleDbType and data size.

Top