_acceptChangesDuringFill | System.Data.Common.DataAdapter | private |
_acceptChangesDuringUpdate | System.Data.Common.DataAdapter | private |
_acceptChangesDuringUpdateAfterInsert | System.Data.Common.DataAdapter | private |
_continueUpdateOnError | System.Data.Common.DataAdapter | private |
_deleteCommand | System.Data.Common.DbDataAdapter | private |
_events | System.ComponentModel.Component | private |
_fillCommandBehavior | System.Data.Common.DbDataAdapter | private |
_fillLoadOption | System.Data.Common.DataAdapter | private |
_hasFillErrorHandler | System.Data.Common.DataAdapter | private |
_IDbDataAdapter | System.Data.Common.DbDataAdapter | private |
_insertCommand | System.Data.Common.DbDataAdapter | private |
_missingMappingAction | System.Data.Common.DataAdapter | private |
_missingSchemaAction | System.Data.Common.DataAdapter | private |
_objectID | System.Data.Common.DataAdapter | package |
_returnProviderSpecificTypes | System.Data.Common.DataAdapter | private |
_selectCommand | System.Data.Common.DbDataAdapter | private |
_site | System.ComponentModel.Component | private |
_tableMappings | System.Data.Common.DataAdapter | private |
_updateCommand | System.Data.Common.DbDataAdapter | private |
AcceptChangesDuringFill | System.Data.Common.DataAdapter | |
AcceptChangesDuringUpdate | System.Data.Common.DataAdapter | |
AddDataTableToArray(DataTable[] tables, DataTable newTable) | System.Data.Common.DataAdapter | inlineprivatestatic |
AddToBatch(IDbCommand command) | System.Data.Common.DbDataAdapter | inlineprotectedvirtual |
CanRaiseEvents | System.ComponentModel.Component | protected |
CanRaiseEventsInternal | System.ComponentModel.Component | package |
ClearBatch() | System.Data.Common.DbDataAdapter | inlineprotectedvirtual |
Clone() | System.Data.Common.DbDataAdapter | inlineprivate |
CloneCommand(IDbCommand command) | System.Data.Common.DbDataAdapter | inlineprivate |
CloneFrom(DbDataAdapter from) | System.Data.Common.DbDataAdapter | inlineprivate |
CloneInternals() | System.Data.Common.DataAdapter | inlineprotectedvirtual |
Container | System.ComponentModel.Component | |
ContinueUpdateOnError | System.Data.Common.DataAdapter | |
CreateRowUpdatedEvent(DataRow dataRow, IDbCommand? command, StatementType statementType, DataTableMapping tableMapping) | System.Data.Common.DbDataAdapter | inlineprotectedvirtual |
CreateRowUpdatingEvent(DataRow dataRow, IDbCommand? command, StatementType statementType, DataTableMapping tableMapping) | System.Data.Common.DbDataAdapter | inlineprotectedvirtual |
CreateTableMappings() | System.Data.Common.DataAdapter | inlineprotectedvirtual |
DataAdapter() | System.Data.Common.DataAdapter | inlineprotected |
DataAdapter(DataAdapter from) | System.Data.Common.DataAdapter | inlineprotected |
DbDataAdapter() | System.Data.Common.DbDataAdapter | inlineprotected |
DbDataAdapter(DbDataAdapter adapter) | System.Data.Common.DbDataAdapter | inlineprotected |
DefaultSourceTableName | System.Data.Common.DbDataAdapter | static |
DeleteCommand | System.Data.Common.DbDataAdapter | |
DeleteCommand | System.Data.Common.DbDataAdapter | private |
DesignMode | System.ComponentModel.Component | protected |
Dispose(bool disposing) | System.Data.Common.DbDataAdapter | inlineprotectedvirtual |
System::ComponentModel::Component.Dispose() | System.ComponentModel.Component | inline |
Disposed | System.ComponentModel.Component | |
Events | System.ComponentModel.Component | protected |
ExecuteBatch() | System.Data.Common.DbDataAdapter | inlineprotectedvirtual |
Fill(DataSet dataSet) | System.Data.Common.DbDataAdapter | inlinevirtual |
Fill(DataSet dataSet, string srcTable) | System.Data.Common.DbDataAdapter | inline |
Fill(DataSet dataSet, int startRecord, int maxRecords, string srcTable) | System.Data.Common.DbDataAdapter | inline |
Fill(DataSet dataSet, int startRecord, int maxRecords, string srcTable, IDbCommand command, CommandBehavior behavior) | System.Data.Common.DbDataAdapter | inlineprotectedvirtual |
Fill(DataTable dataTable) | System.Data.Common.DbDataAdapter | inline |
Fill(int startRecord, int maxRecords, params DataTable[] dataTables) | System.Data.Common.DbDataAdapter | inline |
Fill(DataTable dataTable, IDbCommand command, CommandBehavior behavior) | System.Data.Common.DbDataAdapter | inlineprotectedvirtual |
Fill(DataTable[] dataTables, int startRecord, int maxRecords, IDbCommand command, CommandBehavior behavior) | System.Data.Common.DbDataAdapter | inlineprotectedvirtual |
System::Data::Common::DataAdapter.Fill(DataSet dataSet, string srcTable, IDataReader dataReader, int startRecord, int maxRecords) | System.Data.Common.DataAdapter | inlineprotectedvirtual |
System::Data::Common::DataAdapter.Fill(DataTable dataTable, IDataReader dataReader) | System.Data.Common.DataAdapter | inlineprotectedvirtual |
System::Data::Common::DataAdapter.Fill(DataTable[] dataTables, IDataReader dataReader, int startRecord, int maxRecords) | System.Data.Common.DataAdapter | inlineprotectedvirtual |
FillCommandBehavior | System.Data.Common.DbDataAdapter | package |
FillError | System.Data.Common.DataAdapter | |
FillFromReader(DataSet dataset, DataTable datatable, string srcTable, DataReaderContainer dataReader, int startRecord, int maxRecords) | System.Data.Common.DataAdapter | inlinepackage |
FillFromReader(DataSet dataset, DataTable datatable, string srcTable, DataReaderContainer dataReader, int startRecord, int maxRecords, DataColumn parentChapterColumn, object parentChapterValue) | System.Data.Common.DataAdapter | inlinepackage |
FillInternal(DataSet dataset, DataTable[] datatables, int startRecord, int maxRecords, string srcTable, IDbCommand command, CommandBehavior behavior) | System.Data.Common.DbDataAdapter | inlineprivate |
FillLoadDataRow(SchemaMapping mapping) | System.Data.Common.DataAdapter | inlineprivate |
FillLoadDataRowChunk(SchemaMapping mapping, int startRecord, int maxRecords) | System.Data.Common.DataAdapter | inlineprivate |
FillLoadOption | System.Data.Common.DataAdapter | |
FillMapping(DataSet dataset, DataTable datatable, string srcTable, DataReaderContainer dataReader, int schemaCount, DataColumn parentChapterColumn, object parentChapterValue) | System.Data.Common.DataAdapter | inlineprivate |
FillMappingInternal(DataSet dataset, DataTable datatable, string srcTable, DataReaderContainer dataReader, int schemaCount, DataColumn parentChapterColumn, object parentChapterValue) | System.Data.Common.DataAdapter | inlineprivate |
FillNextResult(DataReaderContainer dataReader) | System.Data.Common.DataAdapter | inlineprivate |
FillSchema(DataTable dataTable, SchemaType schemaType) | System.Data.Common.DbDataAdapter | inline |
FillSchema(DataSet dataSet, SchemaType schemaType) | System.Data.Common.DbDataAdapter | inlinevirtual |
FillSchema(DataSet dataSet, SchemaType schemaType, string srcTable) | System.Data.Common.DbDataAdapter | inline |
FillSchema(DataSet dataSet, SchemaType schemaType, IDbCommand command, string srcTable, CommandBehavior behavior) | System.Data.Common.DbDataAdapter | inlineprotectedvirtual |
FillSchema(DataTable dataTable, SchemaType schemaType, IDbCommand command, CommandBehavior behavior) | System.Data.Common.DbDataAdapter | inlineprotectedvirtual |
System::Data::Common::DataAdapter.FillSchema(DataSet dataSet, SchemaType schemaType, string srcTable, IDataReader dataReader) | System.Data.Common.DataAdapter | inlineprotectedvirtual |
System::Data::Common::DataAdapter.FillSchema(DataTable dataTable, SchemaType schemaType, IDataReader dataReader) | System.Data.Common.DataAdapter | inlineprotectedvirtual |
FillSchemaFromReader(DataSet dataset, DataTable datatable, SchemaType schemaType, string srcTable, IDataReader dataReader) | System.Data.Common.DataAdapter | inlinepackage |
FillSchemaInternal(DataSet dataset, DataTable datatable, SchemaType schemaType, IDbCommand command, string srcTable, CommandBehavior behavior) | System.Data.Common.DbDataAdapter | inlineprivate |
GetBatchedParameter(int commandIdentifier, int parameterIndex) | System.Data.Common.DbDataAdapter | inlineprotectedvirtual |
GetBatchedRecordsAffected(int commandIdentifier, out int recordsAffected, out Exception? error) | System.Data.Common.DbDataAdapter | inlineprotectedvirtual |
GetConnection1(DbDataAdapter adapter) | System.Data.Common.DbDataAdapter | inlineprivatestatic |
GetConnection3(DbDataAdapter adapter, IDbCommand command, string method) | System.Data.Common.DbDataAdapter | inlineprivatestatic |
GetConnection4(DbDataAdapter adapter, IDbCommand command, StatementType statementType, bool isCommandFromRowUpdating) | System.Data.Common.DbDataAdapter | inlineprivatestatic |
GetFillParameters() | System.Data.Common.DbDataAdapter | inlinevirtual |
GetLifetimeService() | System.MarshalByRefObject | inline |
GetParameterSourceVersion(StatementType statementType, IDataParameter parameter) | System.Data.Common.DbDataAdapter | inlineprivatestatic |
GetService(Type service) | System.ComponentModel.Component | inlineprotectedvirtual |
GetSourceTableName(string srcTable, int index) | System.Data.Common.DataAdapter | inlineprivatestatic |
GetTableMapping(DataTable dataTable) | System.Data.Common.DbDataAdapter | inlinepackage |
GetTableMappingBySchemaAction(string sourceTableName, string dataSetTableName, MissingMappingAction mappingAction) | System.Data.Common.DataAdapter | inlinepackage |
HasTableMappings() | System.Data.Common.DataAdapter | inlineprotected |
IndexOfDataSetTable(string dataSetTable) | System.Data.Common.DataAdapter | inlinepackage |
InitializeBatching() | System.Data.Common.DbDataAdapter | inlineprotectedvirtual |
InitializeLifetimeService() | System.MarshalByRefObject | inlinevirtual |
InsertCommand | System.Data.Common.DbDataAdapter | |
InsertCommand | System.Data.Common.DbDataAdapter | private |
MemberwiseClone(bool cloneIdentity) | System.MarshalByRefObject | inlineprotected |
MissingMappingAction | System.Data.Common.DataAdapter | |
MissingSchemaAction | System.Data.Common.DataAdapter | |
ObjectID | System.Data.Common.DataAdapter | package |
OnFillError(FillErrorEventArgs value) | System.Data.Common.DataAdapter | inlineprotectedvirtual |
OnFillErrorHandler(Exception e, DataTable dataTable, object[] dataValues) | System.Data.Common.DataAdapter | inlineprivate |
OnRowUpdated(RowUpdatedEventArgs value) | System.Data.Common.DbDataAdapter | inlineprotectedvirtual |
OnRowUpdating(RowUpdatingEventArgs value) | System.Data.Common.DbDataAdapter | inlineprotectedvirtual |
ParameterInput(IDataParameterCollection parameters, StatementType typeIndex, DataRow row, DataTableMapping mappings) | System.Data.Common.DbDataAdapter | inlineprivate |
ParameterOutput(IDataParameter parameter, DataRow row, DataTableMapping mappings, MissingMappingAction missingMapping, MissingSchemaAction missingSchema) | System.Data.Common.DbDataAdapter | inlineprivate |
ParameterOutput(IDataParameterCollection parameters, DataRow row, DataTableMapping mappings) | System.Data.Common.DbDataAdapter | inlineprivate |
QuietClose(IDbConnection connection, ConnectionState originalState) | System.Data.Common.DbDataAdapter | inlineprivatestatic |
QuietOpen(IDbConnection connection, out ConnectionState originalState) | System.Data.Common.DbDataAdapter | inlineprivatestatic |
ResetFillLoadOption() | System.Data.Common.DataAdapter | inline |
ReturnProviderSpecificTypes | System.Data.Common.DataAdapter | |
s_eventDisposed | System.ComponentModel.Component | privatestatic |
s_eventFillError | System.Data.Common.DataAdapter | privatestatic |
s_objectTypeCount | System.Data.Common.DataAdapter | privatestatic |
s_parameterValueNonNullValue | System.Data.Common.DbDataAdapter | packagestatic |
s_parameterValueNullValue | System.Data.Common.DbDataAdapter | packagestatic |
SelectCommand | System.Data.Common.DbDataAdapter | |
SelectCommand | System.Data.Common.DbDataAdapter | private |
ShouldSerializeAcceptChangesDuringFill() | System.Data.Common.DataAdapter | inlinevirtual |
ShouldSerializeFillLoadOption() | System.Data.Common.DataAdapter | inlinevirtual |
ShouldSerializeTableMappings() | System.Data.Common.DataAdapter | inlineprotectedvirtual |
Site | System.ComponentModel.Component | |
TableMappings | System.Data.Common.DataAdapter | |
TableMappings | System.Data.Common.DataAdapter | private |
TerminateBatching() | System.Data.Common.DbDataAdapter | inlineprotectedvirtual |
ToString() | System.ComponentModel.Component | inline |
Update(DataSet dataSet) | System.Data.Common.DbDataAdapter | inlinevirtual |
Update(DataRow[] dataRows) | System.Data.Common.DbDataAdapter | inline |
Update(DataTable dataTable) | System.Data.Common.DbDataAdapter | inline |
Update(DataSet dataSet, string srcTable) | System.Data.Common.DbDataAdapter | inline |
Update(DataRow[] dataRows, DataTableMapping tableMapping) | System.Data.Common.DbDataAdapter | inlineprotectedvirtual |
UpdateBatchExecute(BatchCommandInfo[] batchCommands, int commandCount, RowUpdatedEventArgs rowUpdatedEvent) | System.Data.Common.DbDataAdapter | inlineprivate |
UpdateBatchSize | System.Data.Common.DbDataAdapter | |
UpdateCommand | System.Data.Common.DbDataAdapter | |
UpdateCommand | System.Data.Common.DbDataAdapter | private |
UpdateConnectionOpen(IDbConnection connection, StatementType statementType, IDbConnection[] connections, ConnectionState[] connectionStates, bool useSelectConnectionState) | System.Data.Common.DbDataAdapter | inlineprivate |
UpdatedRowStatus(RowUpdatedEventArgs rowUpdatedEvent, BatchCommandInfo[] batchCommands, int commandCount) | System.Data.Common.DbDataAdapter | inlineprivate |
UpdatedRowStatusContinue(RowUpdatedEventArgs rowUpdatedEvent, BatchCommandInfo[] batchCommands, int commandCount) | System.Data.Common.DbDataAdapter | inlineprivate |
UpdatedRowStatusErrors(RowUpdatedEventArgs rowUpdatedEvent, BatchCommandInfo[] batchCommands, int commandCount) | System.Data.Common.DbDataAdapter | inlineprivate |
UpdatedRowStatusSkip(BatchCommandInfo[] batchCommands, int commandCount) | System.Data.Common.DbDataAdapter | inlineprivate |
UpdateFromDataTable(DataTable dataTable, DataTableMapping tableMapping) | System.Data.Common.DbDataAdapter | inlineprivate |
UpdateMappingAction | System.Data.Common.DbDataAdapter | private |
UpdateRowExecute(RowUpdatedEventArgs rowUpdatedEvent, IDbCommand dataCommand, StatementType cmdIndex) | System.Data.Common.DbDataAdapter | inlineprivate |
UpdateSchemaAction | System.Data.Common.DbDataAdapter | private |
UpdatingRowStatusErrors(RowUpdatingEventArgs rowUpdatedEvent, DataRow dataRow) | System.Data.Common.DbDataAdapter | inlineprivate |
~Component() | System.ComponentModel.Component | inlineprivate |