IDataAdapter Properties
.NET Framework 4.5
The IDataAdapter type exposes the following members.
| Name | Description | |
|---|---|---|
|
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. |
|
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. |
|
TableMappings | Indicates how a source table is mapped to a dataset table. |