Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Data.Common.DbDataAdapter Member List

This is the complete list of members for System.Data.Common.DbDataAdapter, including all inherited members.

_acceptChangesDuringFillSystem.Data.Common.DataAdapterprivate
_acceptChangesDuringUpdateSystem.Data.Common.DataAdapterprivate
_acceptChangesDuringUpdateAfterInsertSystem.Data.Common.DataAdapterprivate
_continueUpdateOnErrorSystem.Data.Common.DataAdapterprivate
_deleteCommandSystem.Data.Common.DbDataAdapterprivate
_eventsSystem.ComponentModel.Componentprivate
_fillCommandBehaviorSystem.Data.Common.DbDataAdapterprivate
_fillLoadOptionSystem.Data.Common.DataAdapterprivate
_hasFillErrorHandlerSystem.Data.Common.DataAdapterprivate
_IDbDataAdapterSystem.Data.Common.DbDataAdapterprivate
_insertCommandSystem.Data.Common.DbDataAdapterprivate
_missingMappingActionSystem.Data.Common.DataAdapterprivate
_missingSchemaActionSystem.Data.Common.DataAdapterprivate
_objectIDSystem.Data.Common.DataAdapterpackage
_returnProviderSpecificTypesSystem.Data.Common.DataAdapterprivate
_selectCommandSystem.Data.Common.DbDataAdapterprivate
_siteSystem.ComponentModel.Componentprivate
_tableMappingsSystem.Data.Common.DataAdapterprivate
_updateCommandSystem.Data.Common.DbDataAdapterprivate
AcceptChangesDuringFillSystem.Data.Common.DataAdapter
AcceptChangesDuringUpdateSystem.Data.Common.DataAdapter
AddDataTableToArray(DataTable[] tables, DataTable newTable)System.Data.Common.DataAdapterinlineprivatestatic
AddToBatch(IDbCommand command)System.Data.Common.DbDataAdapterinlineprotectedvirtual
CanRaiseEventsSystem.ComponentModel.Componentprotected
CanRaiseEventsInternalSystem.ComponentModel.Componentpackage
ClearBatch()System.Data.Common.DbDataAdapterinlineprotectedvirtual
Clone()System.Data.Common.DbDataAdapterinlineprivate
CloneCommand(IDbCommand command)System.Data.Common.DbDataAdapterinlineprivate
CloneFrom(DbDataAdapter from)System.Data.Common.DbDataAdapterinlineprivate
CloneInternals()System.Data.Common.DataAdapterinlineprotectedvirtual
ContainerSystem.ComponentModel.Component
ContinueUpdateOnErrorSystem.Data.Common.DataAdapter
CreateRowUpdatedEvent(DataRow dataRow, IDbCommand? command, StatementType statementType, DataTableMapping tableMapping)System.Data.Common.DbDataAdapterinlineprotectedvirtual
CreateRowUpdatingEvent(DataRow dataRow, IDbCommand? command, StatementType statementType, DataTableMapping tableMapping)System.Data.Common.DbDataAdapterinlineprotectedvirtual
CreateTableMappings()System.Data.Common.DataAdapterinlineprotectedvirtual
DataAdapter()System.Data.Common.DataAdapterinlineprotected
DataAdapter(DataAdapter from)System.Data.Common.DataAdapterinlineprotected
DbDataAdapter()System.Data.Common.DbDataAdapterinlineprotected
DbDataAdapter(DbDataAdapter adapter)System.Data.Common.DbDataAdapterinlineprotected
DefaultSourceTableNameSystem.Data.Common.DbDataAdapterstatic
DeleteCommandSystem.Data.Common.DbDataAdapter
DeleteCommandSystem.Data.Common.DbDataAdapterprivate
DesignModeSystem.ComponentModel.Componentprotected
Dispose(bool disposing)System.Data.Common.DbDataAdapterinlineprotectedvirtual
System::ComponentModel::Component.Dispose()System.ComponentModel.Componentinline
DisposedSystem.ComponentModel.Component
EventsSystem.ComponentModel.Componentprotected
ExecuteBatch()System.Data.Common.DbDataAdapterinlineprotectedvirtual
Fill(DataSet dataSet)System.Data.Common.DbDataAdapterinlinevirtual
Fill(DataSet dataSet, string srcTable)System.Data.Common.DbDataAdapterinline
Fill(DataSet dataSet, int startRecord, int maxRecords, string srcTable)System.Data.Common.DbDataAdapterinline
Fill(DataSet dataSet, int startRecord, int maxRecords, string srcTable, IDbCommand command, CommandBehavior behavior)System.Data.Common.DbDataAdapterinlineprotectedvirtual
Fill(DataTable dataTable)System.Data.Common.DbDataAdapterinline
Fill(int startRecord, int maxRecords, params DataTable[] dataTables)System.Data.Common.DbDataAdapterinline
Fill(DataTable dataTable, IDbCommand command, CommandBehavior behavior)System.Data.Common.DbDataAdapterinlineprotectedvirtual
Fill(DataTable[] dataTables, int startRecord, int maxRecords, IDbCommand command, CommandBehavior behavior)System.Data.Common.DbDataAdapterinlineprotectedvirtual
System::Data::Common::DataAdapter.Fill(DataSet dataSet, string srcTable, IDataReader dataReader, int startRecord, int maxRecords)System.Data.Common.DataAdapterinlineprotectedvirtual
System::Data::Common::DataAdapter.Fill(DataTable dataTable, IDataReader dataReader)System.Data.Common.DataAdapterinlineprotectedvirtual
System::Data::Common::DataAdapter.Fill(DataTable[] dataTables, IDataReader dataReader, int startRecord, int maxRecords)System.Data.Common.DataAdapterinlineprotectedvirtual
FillCommandBehaviorSystem.Data.Common.DbDataAdapterpackage
FillErrorSystem.Data.Common.DataAdapter
FillFromReader(DataSet dataset, DataTable datatable, string srcTable, DataReaderContainer dataReader, int startRecord, int maxRecords)System.Data.Common.DataAdapterinlinepackage
FillFromReader(DataSet dataset, DataTable datatable, string srcTable, DataReaderContainer dataReader, int startRecord, int maxRecords, DataColumn parentChapterColumn, object parentChapterValue)System.Data.Common.DataAdapterinlinepackage
FillInternal(DataSet dataset, DataTable[] datatables, int startRecord, int maxRecords, string srcTable, IDbCommand command, CommandBehavior behavior)System.Data.Common.DbDataAdapterinlineprivate
FillLoadDataRow(SchemaMapping mapping)System.Data.Common.DataAdapterinlineprivate
FillLoadDataRowChunk(SchemaMapping mapping, int startRecord, int maxRecords)System.Data.Common.DataAdapterinlineprivate
FillLoadOptionSystem.Data.Common.DataAdapter
FillMapping(DataSet dataset, DataTable datatable, string srcTable, DataReaderContainer dataReader, int schemaCount, DataColumn parentChapterColumn, object parentChapterValue)System.Data.Common.DataAdapterinlineprivate
FillMappingInternal(DataSet dataset, DataTable datatable, string srcTable, DataReaderContainer dataReader, int schemaCount, DataColumn parentChapterColumn, object parentChapterValue)System.Data.Common.DataAdapterinlineprivate
FillNextResult(DataReaderContainer dataReader)System.Data.Common.DataAdapterinlineprivate
FillSchema(DataTable dataTable, SchemaType schemaType)System.Data.Common.DbDataAdapterinline
FillSchema(DataSet dataSet, SchemaType schemaType)System.Data.Common.DbDataAdapterinlinevirtual
FillSchema(DataSet dataSet, SchemaType schemaType, string srcTable)System.Data.Common.DbDataAdapterinline
FillSchema(DataSet dataSet, SchemaType schemaType, IDbCommand command, string srcTable, CommandBehavior behavior)System.Data.Common.DbDataAdapterinlineprotectedvirtual
FillSchema(DataTable dataTable, SchemaType schemaType, IDbCommand command, CommandBehavior behavior)System.Data.Common.DbDataAdapterinlineprotectedvirtual
System::Data::Common::DataAdapter.FillSchema(DataSet dataSet, SchemaType schemaType, string srcTable, IDataReader dataReader)System.Data.Common.DataAdapterinlineprotectedvirtual
System::Data::Common::DataAdapter.FillSchema(DataTable dataTable, SchemaType schemaType, IDataReader dataReader)System.Data.Common.DataAdapterinlineprotectedvirtual
FillSchemaFromReader(DataSet dataset, DataTable datatable, SchemaType schemaType, string srcTable, IDataReader dataReader)System.Data.Common.DataAdapterinlinepackage
FillSchemaInternal(DataSet dataset, DataTable datatable, SchemaType schemaType, IDbCommand command, string srcTable, CommandBehavior behavior)System.Data.Common.DbDataAdapterinlineprivate
GetBatchedParameter(int commandIdentifier, int parameterIndex)System.Data.Common.DbDataAdapterinlineprotectedvirtual
GetBatchedRecordsAffected(int commandIdentifier, out int recordsAffected, out Exception? error)System.Data.Common.DbDataAdapterinlineprotectedvirtual
GetConnection1(DbDataAdapter adapter)System.Data.Common.DbDataAdapterinlineprivatestatic
GetConnection3(DbDataAdapter adapter, IDbCommand command, string method)System.Data.Common.DbDataAdapterinlineprivatestatic
GetConnection4(DbDataAdapter adapter, IDbCommand command, StatementType statementType, bool isCommandFromRowUpdating)System.Data.Common.DbDataAdapterinlineprivatestatic
GetFillParameters()System.Data.Common.DbDataAdapterinlinevirtual
GetLifetimeService()System.MarshalByRefObjectinline
GetParameterSourceVersion(StatementType statementType, IDataParameter parameter)System.Data.Common.DbDataAdapterinlineprivatestatic
GetService(Type service)System.ComponentModel.Componentinlineprotectedvirtual
GetSourceTableName(string srcTable, int index)System.Data.Common.DataAdapterinlineprivatestatic
GetTableMapping(DataTable dataTable)System.Data.Common.DbDataAdapterinlinepackage
GetTableMappingBySchemaAction(string sourceTableName, string dataSetTableName, MissingMappingAction mappingAction)System.Data.Common.DataAdapterinlinepackage
HasTableMappings()System.Data.Common.DataAdapterinlineprotected
IndexOfDataSetTable(string dataSetTable)System.Data.Common.DataAdapterinlinepackage
InitializeBatching()System.Data.Common.DbDataAdapterinlineprotectedvirtual
InitializeLifetimeService()System.MarshalByRefObjectinlinevirtual
InsertCommandSystem.Data.Common.DbDataAdapter
InsertCommandSystem.Data.Common.DbDataAdapterprivate
MemberwiseClone(bool cloneIdentity)System.MarshalByRefObjectinlineprotected
MissingMappingActionSystem.Data.Common.DataAdapter
MissingSchemaActionSystem.Data.Common.DataAdapter
ObjectIDSystem.Data.Common.DataAdapterpackage
OnFillError(FillErrorEventArgs value)System.Data.Common.DataAdapterinlineprotectedvirtual
OnFillErrorHandler(Exception e, DataTable dataTable, object[] dataValues)System.Data.Common.DataAdapterinlineprivate
OnRowUpdated(RowUpdatedEventArgs value)System.Data.Common.DbDataAdapterinlineprotectedvirtual
OnRowUpdating(RowUpdatingEventArgs value)System.Data.Common.DbDataAdapterinlineprotectedvirtual
ParameterInput(IDataParameterCollection parameters, StatementType typeIndex, DataRow row, DataTableMapping mappings)System.Data.Common.DbDataAdapterinlineprivate
ParameterOutput(IDataParameter parameter, DataRow row, DataTableMapping mappings, MissingMappingAction missingMapping, MissingSchemaAction missingSchema)System.Data.Common.DbDataAdapterinlineprivate
ParameterOutput(IDataParameterCollection parameters, DataRow row, DataTableMapping mappings)System.Data.Common.DbDataAdapterinlineprivate
QuietClose(IDbConnection connection, ConnectionState originalState)System.Data.Common.DbDataAdapterinlineprivatestatic
QuietOpen(IDbConnection connection, out ConnectionState originalState)System.Data.Common.DbDataAdapterinlineprivatestatic
ResetFillLoadOption()System.Data.Common.DataAdapterinline
ReturnProviderSpecificTypesSystem.Data.Common.DataAdapter
s_eventDisposedSystem.ComponentModel.Componentprivatestatic
s_eventFillErrorSystem.Data.Common.DataAdapterprivatestatic
s_objectTypeCountSystem.Data.Common.DataAdapterprivatestatic
s_parameterValueNonNullValueSystem.Data.Common.DbDataAdapterpackagestatic
s_parameterValueNullValueSystem.Data.Common.DbDataAdapterpackagestatic
SelectCommandSystem.Data.Common.DbDataAdapter
SelectCommandSystem.Data.Common.DbDataAdapterprivate
ShouldSerializeAcceptChangesDuringFill()System.Data.Common.DataAdapterinlinevirtual
ShouldSerializeFillLoadOption()System.Data.Common.DataAdapterinlinevirtual
ShouldSerializeTableMappings()System.Data.Common.DataAdapterinlineprotectedvirtual
SiteSystem.ComponentModel.Component
TableMappingsSystem.Data.Common.DataAdapter
TableMappingsSystem.Data.Common.DataAdapterprivate
TerminateBatching()System.Data.Common.DbDataAdapterinlineprotectedvirtual
ToString()System.ComponentModel.Componentinline
Update(DataSet dataSet)System.Data.Common.DbDataAdapterinlinevirtual
Update(DataRow[] dataRows)System.Data.Common.DbDataAdapterinline
Update(DataTable dataTable)System.Data.Common.DbDataAdapterinline
Update(DataSet dataSet, string srcTable)System.Data.Common.DbDataAdapterinline
Update(DataRow[] dataRows, DataTableMapping tableMapping)System.Data.Common.DbDataAdapterinlineprotectedvirtual
UpdateBatchExecute(BatchCommandInfo[] batchCommands, int commandCount, RowUpdatedEventArgs rowUpdatedEvent)System.Data.Common.DbDataAdapterinlineprivate
UpdateBatchSizeSystem.Data.Common.DbDataAdapter
UpdateCommandSystem.Data.Common.DbDataAdapter
UpdateCommandSystem.Data.Common.DbDataAdapterprivate
UpdateConnectionOpen(IDbConnection connection, StatementType statementType, IDbConnection[] connections, ConnectionState[] connectionStates, bool useSelectConnectionState)System.Data.Common.DbDataAdapterinlineprivate
UpdatedRowStatus(RowUpdatedEventArgs rowUpdatedEvent, BatchCommandInfo[] batchCommands, int commandCount)System.Data.Common.DbDataAdapterinlineprivate
UpdatedRowStatusContinue(RowUpdatedEventArgs rowUpdatedEvent, BatchCommandInfo[] batchCommands, int commandCount)System.Data.Common.DbDataAdapterinlineprivate
UpdatedRowStatusErrors(RowUpdatedEventArgs rowUpdatedEvent, BatchCommandInfo[] batchCommands, int commandCount)System.Data.Common.DbDataAdapterinlineprivate
UpdatedRowStatusSkip(BatchCommandInfo[] batchCommands, int commandCount)System.Data.Common.DbDataAdapterinlineprivate
UpdateFromDataTable(DataTable dataTable, DataTableMapping tableMapping)System.Data.Common.DbDataAdapterinlineprivate
UpdateMappingActionSystem.Data.Common.DbDataAdapterprivate
UpdateRowExecute(RowUpdatedEventArgs rowUpdatedEvent, IDbCommand dataCommand, StatementType cmdIndex)System.Data.Common.DbDataAdapterinlineprivate
UpdateSchemaActionSystem.Data.Common.DbDataAdapterprivate
UpdatingRowStatusErrors(RowUpdatingEventArgs rowUpdatedEvent, DataRow dataRow)System.Data.Common.DbDataAdapterinlineprivate
~Component()System.ComponentModel.Componentinlineprivate