DataAdapter::MissingMappingAction Property
.NET Framework (current version)
Determines the action to take when incoming data does not have a matching table or column.
Assembly: System.Data (in System.Data.dll)
public: property MissingMappingAction MissingMappingAction { virtual MissingMappingAction get() sealed; virtual void set(MissingMappingAction value) sealed; }
Property Value
Type: System.Data::MissingMappingActionOne of the MissingMappingAction values. The default is Passthrough.
Implements
IDataAdapter::MissingMappingAction| 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.
The following example creates a derived class, OleDbDataAdapter and sets some of its properties.
.NET Framework
Available since 1.1
Available since 1.1
Show: