Metodo DataItemCollection.Add
Include i membri protetti
Include i membri ereditati
Adds a DataItem to the collection.
Questo membro è sottoposto a overload. Per informazioni complete su questo membro, inclusi sintassi, utilizzo ed esempi, fare clic su un nome nell'elenco di overload.
Elenco degli overload
Nome | Descrizione | |
---|---|---|
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. |
In alto