TDbDataAdapter.Update(TClrDataTable) Method

<< Click to Display Table of Contents >>

Navigation:  ADONetVCL > Symbol Reference > CNClrLib.ADONet.Client > Classes > TDbDataAdapter > Methods >

TDbDataAdapter.Update(TClrDataTable) Method

Updates the values in the database by executing the respective INSERT, UPDATE, or DELETE statements for each inserted, updated, or deleted row in the specified DataTable.

 

Namespace: CNClrLib.ADONet.Client

expandingSyntax

Parameters

DataTable

Type: TClrDataTable

Return Value

Type: Integer

expandingSee Also