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




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

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

You can help support asp.net.ph