|
| DbDataAdapter () |
|
| DbDataAdapter (DbDataAdapter adapter) |
|
virtual int | AddToBatch (IDbCommand command) |
|
virtual void | ClearBatch () |
|
virtual RowUpdatedEventArgs | CreateRowUpdatedEvent (DataRow dataRow, IDbCommand? command, StatementType statementType, DataTableMapping tableMapping) |
|
virtual RowUpdatingEventArgs | CreateRowUpdatingEvent (DataRow dataRow, IDbCommand? command, StatementType statementType, DataTableMapping tableMapping) |
|
override void | Dispose (bool disposing) |
|
virtual int | ExecuteBatch () |
|
virtual DataTable[] | FillSchema (DataSet dataSet, SchemaType schemaType, IDbCommand command, string srcTable, CommandBehavior behavior) |
|
virtual ? DataTable | FillSchema (DataTable dataTable, SchemaType schemaType, IDbCommand command, CommandBehavior behavior) |
|
virtual int | Fill (DataSet dataSet, int startRecord, int maxRecords, string srcTable, IDbCommand command, CommandBehavior behavior) |
|
virtual int | Fill (DataTable dataTable, IDbCommand command, CommandBehavior behavior) |
|
virtual int | Fill (DataTable[] dataTables, int startRecord, int maxRecords, IDbCommand command, CommandBehavior behavior) |
|
virtual IDataParameter | GetBatchedParameter (int commandIdentifier, int parameterIndex) |
|
virtual bool | GetBatchedRecordsAffected (int commandIdentifier, out int recordsAffected, out Exception? error) |
|
virtual void | InitializeBatching () |
|
virtual void | OnRowUpdated (RowUpdatedEventArgs value) |
|
virtual void | OnRowUpdating (RowUpdatingEventArgs value) |
|
virtual void | TerminateBatching () |
|
virtual int | Update (DataRow[] dataRows, DataTableMapping tableMapping) |
|
virtual bool | ShouldSerializeTableMappings () |
|
bool | HasTableMappings () |
|
virtual DataAdapter | CloneInternals () |
|
virtual DataTableMappingCollection | CreateTableMappings () |
|
virtual DataTable[] | FillSchema (DataSet dataSet, SchemaType schemaType, string srcTable, IDataReader dataReader) |
|
virtual ? DataTable | FillSchema (DataTable dataTable, SchemaType schemaType, IDataReader dataReader) |
|
virtual int | Fill (DataSet dataSet, string srcTable, IDataReader dataReader, int startRecord, int maxRecords) |
|
virtual int | Fill (DataTable dataTable, IDataReader dataReader) |
|
virtual int | Fill (DataTable[] dataTables, IDataReader dataReader, int startRecord, int maxRecords) |
|
virtual void | OnFillError (FillErrorEventArgs value) |
|
virtual ? object | GetService (Type service) |
|
MarshalByRefObject | MemberwiseClone (bool cloneIdentity) |
|
|
object ICloneable. | Clone () |
|
void | CloneFrom (DbDataAdapter from) |
|
IDbCommand | CloneCommand (IDbCommand command) |
|
object | FillSchemaInternal (DataSet dataset, DataTable datatable, SchemaType schemaType, IDbCommand command, string srcTable, CommandBehavior behavior) |
|
int | FillInternal (DataSet dataset, DataTable[] datatables, int startRecord, int maxRecords, string srcTable, IDbCommand command, CommandBehavior behavior) |
|
void | ParameterInput (IDataParameterCollection parameters, StatementType typeIndex, DataRow row, DataTableMapping mappings) |
|
void | ParameterOutput (IDataParameter parameter, DataRow row, DataTableMapping mappings, MissingMappingAction missingMapping, MissingSchemaAction missingSchema) |
|
void | ParameterOutput (IDataParameterCollection parameters, DataRow row, DataTableMapping mappings) |
|
void | UpdateBatchExecute (BatchCommandInfo[] batchCommands, int commandCount, RowUpdatedEventArgs rowUpdatedEvent) |
|
ConnectionState | UpdateConnectionOpen (IDbConnection connection, StatementType statementType, IDbConnection[] connections, ConnectionState[] connectionStates, bool useSelectConnectionState) |
|
int | UpdateFromDataTable (DataTable dataTable, DataTableMapping tableMapping) |
|
void | UpdateRowExecute (RowUpdatedEventArgs rowUpdatedEvent, IDbCommand dataCommand, StatementType cmdIndex) |
|
int | UpdatedRowStatus (RowUpdatedEventArgs rowUpdatedEvent, BatchCommandInfo[] batchCommands, int commandCount) |
|
int | UpdatedRowStatusContinue (RowUpdatedEventArgs rowUpdatedEvent, BatchCommandInfo[] batchCommands, int commandCount) |
|
int | UpdatedRowStatusErrors (RowUpdatedEventArgs rowUpdatedEvent, BatchCommandInfo[] batchCommands, int commandCount) |
|
int | UpdatedRowStatusSkip (BatchCommandInfo[] batchCommands, int commandCount) |
|
void | UpdatingRowStatusErrors (RowUpdatingEventArgs rowUpdatedEvent, DataRow dataRow) |
|
int | FillLoadDataRowChunk (SchemaMapping mapping, int startRecord, int maxRecords) |
|
int | FillLoadDataRow (SchemaMapping mapping) |
|
SchemaMapping | FillMappingInternal (DataSet dataset, DataTable datatable, string srcTable, DataReaderContainer dataReader, int schemaCount, DataColumn parentChapterColumn, object parentChapterValue) |
|
SchemaMapping | FillMapping (DataSet dataset, DataTable datatable, string srcTable, DataReaderContainer dataReader, int schemaCount, DataColumn parentChapterColumn, object parentChapterValue) |
|
bool | FillNextResult (DataReaderContainer dataReader) |
|
void | OnFillErrorHandler (Exception e, DataTable dataTable, object[] dataValues) |
|
Definition at line 8 of file DbDataAdapter.cs.