IDbDataAdapter Properties
Assembly: System.Data (in System.Data.dll)
| Name | Description | |
|---|---|---|
![]() | DeleteCommand | Gets or sets an SQL statement for deleting records from the data set. |
![]() | InsertCommand | Gets or sets an SQL statement used to insert new records into the data source. |
![]() | MissingMappingAction | Indicates or specifies whether unmapped source tables or columns are passed with their source names in order to be filtered or to raise an error.(Inherited from IDataAdapter.) |
![]() | MissingSchemaAction | Indicates or specifies whether missing source tables, columns, and their relationships are added to the dataset schema, ignored, or cause an error to be raised.(Inherited from IDataAdapter.) |
![]() | SelectCommand | Gets or sets an SQL statement used to select records in the data source. |
![]() | TableMappings | Indicates how a source table is mapped to a dataset table.(Inherited from IDataAdapter.) |
![]() | UpdateCommand | Gets or sets an SQL statement used to update records in the data source. |
