
|
AcceptChangesDuringFill
|
Gets or sets a value indicating whether AcceptChanges is called on a DataRow after it is added to the DataTable during any of the Fill operations.
|

|
AcceptChangesDuringUpdate
|
Gets or sets whether AcceptChanges is called during a Update.
|

|
CommandBuider
|
Gets a OracleClientCommandBuilder object associated with this DataAdapter.
|

|
Connection
|
Gets a OracleClientConnection object associated with this DataAdapter.
|

|
ContinueUpdateOnError
|
Gets or sets a value that specifies whether to generate an exception when an error is encountered during a row update.
|

|
DataAdapterIntf
|
Provides direct access to the ADO.Net OracleDataAdapter object.
|

|
DeleteCommand
|
Gets or sets an SQL statement or stored procedure used to delete records in the data source.
|

|
FillLoadOption
|
Gets or sets the LoadOption that determines how the adapter fills the DataTable from the DbDataReader.
|

|
InsertCommand
|
Gets or sets an SQL statement or stored procedure used to insert new records into the data source.
|

|
MissingMappingAction
|
Determines the action to take when incoming data does not have a matching table or column.
|

|
MissingSchemaAction
|
Determines the action to take when existing DataSet schema does not match incoming data.
|

|
OnFillError
|
Returned when an error occurs during a fill operation.
|

|
SelectCommand
|
Gets or sets an SQL statement or stored procedure used to select records in the data source.
|

|
UpdateBatchSize
|
Gets or sets a value that enables or disables batch processing support, and specifies the number of commands that can be executed in a batch.
|

|
UpdateCommand
|
Gets or sets an SQL statement or stored procedure used to update records in the data source.
|