Name | Description | |
---|---|---|
AcceptChangesDuringFill | Gets or sets a value indicating whether System.Data.DataRow.AcceptChanges is called on a System.Data.DataRow after it is added to the System.Data.DataTable during any of the Fill operations. (Inherited from System.Data.Common.DataAdapter) | |
AcceptChangesDuringUpdate | Gets or sets whether System.Data.DataRow.AcceptChanges is called during a System.Data.Common.DataAdapter.Update(System.Data.DataSet). (Inherited from System.Data.Common.DataAdapter) | |
Container | Gets the System.ComponentModel.IContainer that contains the System.ComponentModel.Component. (Inherited from System.ComponentModel.Component) | |
ContinueUpdateOnError | Gets or sets a value that specifies whether to generate an exception when an error is encountered during a row update. (Inherited from System.Data.Common.DataAdapter) | |
DeleteCommand | Gets or sets a command for deleting records from the data set. (Inherited from System.Data.Common.DbDataAdapter) | |
FillLoadOption | Gets or sets the System.Data.LoadOption that determines how the adapter fills the System.Data.DataTable from the System.Data.Common.DbDataReader. (Inherited from System.Data.Common.DataAdapter) | |
InsertCommand | Gets or sets a command used to insert new records into the data source. (Inherited from System.Data.Common.DbDataAdapter) | |
MissingMappingAction | Determines the action to take when incoming data does not have a matching table or column. (Inherited from System.Data.Common.DataAdapter) | |
MissingSchemaAction | Determines the action to take when existing System.Data.DataSet schema does not match incoming data. (Inherited from System.Data.Common.DataAdapter) | |
ReturnProviderSpecificTypes | Gets or sets whether the Fill method should return provider-specific values or common CLS-compliant values. (Inherited from System.Data.Common.DataAdapter) | |
SelectCommand | Gets or sets a command used to select records in the data source. (Inherited from System.Data.Common.DbDataAdapter) | |
Site | Gets or sets the System.ComponentModel.ISite of the System.ComponentModel.Component. (Inherited from System.ComponentModel.Component) | |
TableMappings | Gets a collection that provides the master mapping between a source table and a System.Data.DataTable. (Inherited from System.Data.Common.DataAdapter) | |
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. (Inherited from System.Data.Common.DbDataAdapter) | |
UpdateCommand | Gets or sets a command used to update records in the data source. (Inherited from System.Data.Common.DbDataAdapter) |