Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited Members
Initializes a new instance of DataItem.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
![]() |
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. |
Top