RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdoDbxDataAdapter Members

The following tables list the members exposed by TAdoDbxDataAdapter.

 
Name 
Description 
 
Row has been updated. 
 
Row is being updated. 
 
Name 
Description 
 
Add RowUpdated event. 
 
Add RowUpdating event. 
 
This is the overview for the Create constructor overload. 
 
This is get_DeleteCommand, a member of class TAdoDbxDataAdapter. 
 
This is get_InsertCommand, a member of class TAdoDbxDataAdapter. 
 
This is get_SelectCommand, a member of class TAdoDbxDataAdapter. 
 
This is get_UpdateCommand, a member of class TAdoDbxDataAdapter. 
 
Remove RowUpdated event. 
 
Remove RowUpdating event. 
 
This is set_DeleteCommand, a member of class TAdoDbxDataAdapter. 
 
This is set_InsertCommand, a member of class TAdoDbxDataAdapter. 
 
This is set_SelectCommand, a member of class TAdoDbxDataAdapter. 
 
This is set_UpdateCommand, a member of class TAdoDbxDataAdapter. 
 
Name 
Description 
 
A TAdoDbxCommand used during Update to delete records in the data source that correspond to deleted rows in the DataSet. 
 
A TAdoDbxCommand used during Update to insert records into the database that correspond to new rows in the DataSet. 
 
A TAdoDbxCommand used during Fill to select records from the database for placement in the DataSet. 
 
A TAdoDbxCommand used during Update to update records in the data source that correspond to modified rows in the DataSet. 
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!