Vertaling van "DataAdapter" in Spaans
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Populate the DataSet with tables of data from an existing relational data source using a DataAdapter.
Llenar el DataSet con tablas de datos de un origen de datos relacional existente mediante DataAdapter.
Finally, the DataAdapter provides the bridge between the DataSet object and the data source.
Por último, el objeto DataAdapter proporciona el puente entre el objeto DataSet y el origen de datos.
The DataAdapter object acts as a mediator between the DataSet object and the database.
El objeto DataAdapter actúa como un mediador entre el objeto DataSet y la base de datos.
Call the Fill method of a DataAdapter.
To write changes from the dataset to the database, you call the Update method of the TableAdapter or DataAdapter that communicates between the dataset and its corresponding database.
Para escribir los cambios de un conjunto de datos en la base de datos, deberá llamar al método Update de TableAdapter o DataAdapter a través del cual se comunican el conjunto de datos y su correspondiente base de datos.
The exception that is thrown by the DataAdapter during an insert, update, or delete operation if the number of rows affected equals zero.
DBConcurrencyException Excepción que inicia DataAdapter durante una operación de inserción, actualización o eliminación si el número de filas afectadas es igual a cero.
For more information, see Populating a DataSet from a DataAdapter.
The DataReader object is an alternative to the DataSet and DataAdapter combination.
El objeto DataReader es una alternativa a la combinación DataSet y DataAdapter.
The Update methods of the TableAdapter and DataAdapter examine the value of the RowState property to determine which records need to be written to the database and what specific database command (InsertCommand, UpdateCommand, and DeleteCommand) should be invoked.
Los valores posibles incluyen qué registros deben escribirse en la base de datos y qué comando específico de la base de datos (InsertCommand, UpdateCommand y DeleteCommand) debe invocarse.