
|
DoGetDataAdapterIntf
|
Represents method DoGetDataAdapterIntf.
|

|
DoInitialiseDataAdapter
|
Represents method DoInitialiseDataAdapter.
|

|
DoInitialiseSelectCommand
|
Represents method DoInitialiseSelectCommand.
|

|
Fill(TClrDataTable)
|
Adds or refreshes rows in the TClrDataTable object.
|

|
Fill(_DataSet)
|
Adds or refreshes rows in the DataSet object.
|

|
Fill(_DataSet,Integer,Integer,WideString)
|
Adds or refreshes rows in a specified range in the DataSet to match those in the data source using the DataSet and DataTable names.
|

|
Fill(_DataSet,WideString)
|
Adds or refreshes rows in the DataSet to match those in the data source using the DataSet and DataTable names.
|

|
Fill(_DataTable)
|
Adds or refreshes rows in a specified range in the DataSet to match those in the data source using the DataTable name.
|

|
FillSchema(_DataSet,TSchemaType)
|
Adds a DataTable named "Table" to the specified DataSet and configures the schema to match that in the data source based on the specified SchemaType.
|

|
FillSchema(_DataTable,TSchemaType)
|
Configures the schema of the specified DataTable based on the specified SchemaType.
|

|
GetClrObjectIntf
|
Represents method GetClrObjectIntf.
|

|
GetCommandBuilder
|
Represents method GetCommandBuilder.
|

|
GetDeleteCommand
|
Represents method GetDeleteCommand.
|

|
GetFillParameters
|
Gets the parameters set by the user when executing an SQL SELECT statement.
|

|
GetInsertCommand
|
Represents method GetInsertCommand.
|

|
GetSelectCommand
|
Represents method GetSelectCommand.
|

|
GetUpdateCommand
|
Represents method GetUpdateCommand.
|

|
Notification(TComponent,TOperation)
|
Represents method Notification(TComponent,TOperation).
|

|
ResetFillLoadOption
|
Resets FillLoadOption to its default state and causes DataAdapter.Fill to honor AcceptChangesDuringFill.
|

|
SetCommandBuilder(TDbCommandBuilder)
|
Represents method SetCommandBuilder(TDbCommandBuilder).
|

|
SetDeleteCommand(TDbCommand)
|
Represents method SetDeleteCommand(TDbCommand).
|

|
SetInsertCommand(TDbCommand)
|
Represents method SetInsertCommand(TDbCommand).
|

|
SetSelectCommand(TDbCommand)
|
Represents method SetSelectCommand(TDbCommand).
|

|
SetUpdateCommand(TDbCommand)
|
Represents method SetUpdateCommand(TDbCommand).
|

|
ShouldSerializeAcceptChangesDuringFill
|
Determines whether the AcceptChangesDuringFill property should be persisted.
|

|
ShouldSerializeFillLoadOption
|
Determines whether the FillLoadOption property should be persisted.
|

|
Update(TClrDataTable)
|
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.
|

|
Update(_DataRowArray)
|
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 array in the DataSet.
|

|
Update(_DataSet)
|
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 DataSet.
|

|
Update(_DataSet,WideString)
|
Updates the values in the database by executing the respective INSERT, UPDATE, or DELETE statements for each inserted, updated, or deleted row in the DataSet with the specified DataTable name.
|

|
Update(_DataTable)
|
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.
|