Compartilhar via


Método Add

Adds a DataItem to the collection.

Esse membro está sobrecarregado. Para obter informações mais completas sobre esse membro, incluindo sintaxe, uso e exemplos, clique em um nome na lista de sobrecarga.

Lista de sobrecargas

  Nome Descrição
Método público Add(DataItem) Adds a DataItem to the end of the collection.
Método público Add(String, String) Creates and adds a DataItem, with the specified table name and column name, to the end of the collection.
Método público 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.
Método público 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ício