DataItemCollection.Add 方法
包括受保护的成员
包括继承的成员
Adds a DataItem to the collection.
此成员被重载。有关此成员的完整信息,包括语法、用法和示例,请单击重载列表中的名称。
重载列表
名称 | 说明 | |
---|---|---|
![]() |
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. |
页首