The System.Data.MissingMappingAction values are used as arguments in the System.Data.Common.DataColumnMappingCollection.GetColumnMappingBySchemaAction(System.Data.Common.DataColumnMappingCollection, string, MissingMappingAction) method, and the System.Data.Common.DataTableMappingCollection.GetTableMappingBySchemaAction(System.Data.Common.DataTableMappingCollection, string, string, MissingMappingAction) method.
Member Name | Description |
---|---|
Error |
An InvalidOperationException is generated if the specified column mapping is missing. |
Ignore |
The column or table not having a mapping is ignored. Returns null. |
Passthrough |
The source column or source table is created and added to the System.Data.DataSet using its original name. |