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
Adds a DataItem to the collection.
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 | |
---|---|---|
![]() |
Add(DataItem) | Adds a DataItem to the end of the collection. |
![]() |
Add(String, String) | Creates and adds a DataItem, with the specified table name and column name, to the end of the collection. |
![]() |
Add(String, String, OleDbType) | Creates and adds a DataItem, with the specified table name, column name, and data type, to the end of the collection. |
![]() |
Add(String, String, OleDbType, Int32) | Creates and adds a DataItem, with the specified table name, column name, data type, and data size, to the end of the collection. |
Top