asp.net.ph

MissingMappingAction Enumeration

System.Data Namespace


Determines the action that occurs when a mapping is missing from a source table or a source column.

Remarks

The MissingMappingAction values are used as arguments in the GetColumnMappingBySchemaAction method, and the GetTableMappingBySchemaAction method.

Members


Member Name Description
Error A SystemException is generated.
Ignore The column or table not having a mapping is ignored. Returns a null reference.
Passthrough The source column or source table is created and added to the DataSet using its original name.

See Also

DataColumnMappingCollection   DataTableMappingCollection Skip Navigation Links




Previous page Back to top Next page

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note