IDataAdapter::MissingMappingAction Property
.NET Framework (current version)
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.
Assembly: System.Data (in System.Data.dll)
property MissingMappingAction MissingMappingAction { MissingMappingAction get(); void set(MissingMappingAction value); }
Property Value
Type: System.Data::MissingMappingActionOne of the MissingMappingAction values. The default is Passthrough.
| Exception | Condition |
|---|---|
| ArgumentException | The value set is not one of the MissingMappingAction values. |
The TableMappings property provides the master mapping between the returned records and the DataSet.
.NET Framework
Available since 1.1
Available since 1.1
Show: