SqlDataAdapter Properties
Assembly: System.Data (in System.Data.dll)
| Name | Description | |
|---|---|---|
![]() | 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.(Inherited from DataAdapter.) |
![]() | AcceptChangesDuringUpdate | Gets or sets whether AcceptChanges is called during a Update.(Inherited from DataAdapter.) |
![]() | Container | Gets the IContainer that contains the Component.(Inherited from 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 DataAdapter.) |
![]() | DeleteCommand | Gets or sets a Transact-SQL statement or stored procedure to delete records from the data set. |
![]() | FillCommandBehavior | Gets or sets the behavior of the command used to fill the data adapter.(Inherited from DbDataAdapter.) |
![]() | FillLoadOption | Gets or sets the LoadOption that determines how the adapter fills the DataTable from the DbDataReader.(Inherited from DataAdapter.) |
![]() | InsertCommand | Gets or sets a Transact-SQL statement or stored procedure 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.(Inherited from DataAdapter.) |
![]() | MissingSchemaAction | Determines the action to take when existing DataSet schema does not match incoming data.(Inherited from DataAdapter.) |
![]() | ReturnProviderSpecificTypes | Gets or sets whether the Fill method should return provider-specific values or common CLS-compliant values.(Inherited from DataAdapter.) |
![]() | SelectCommand | Gets or sets a Transact-SQL statement or stored procedure used to select records in the data source. |
![]() | Site | |
![]() | TableMappings | Gets a collection that provides the master mapping between a source table and a DataTable.(Inherited from DataAdapter.) |
![]() | UpdateBatchSize | Gets or sets the number of rows that are processed in each round-trip to the server.(Overrides DbDataAdapter::UpdateBatchSize.) |
![]() | UpdateCommand | Gets or sets a Transact-SQL statement or stored procedure used to update records in the data source. |
| Name | Description | |
|---|---|---|
![]() ![]() | IDataAdapter::TableMappings | Indicates how a source table is mapped to a dataset table.(Inherited from DataAdapter.) |
![]() ![]() | IDbDataAdapter::DeleteCommand | For a description of this member, see DeleteCommand. |
![]() ![]() | IDbDataAdapter::InsertCommand | For a description of this member, see InsertCommand. |
![]() ![]() | IDbDataAdapter::SelectCommand | For a description of this member, see SelectCommand. |
![]() ![]() | IDbDataAdapter::UpdateCommand | For a description of this member, see UpdateCommand. |



