asp.net.ph

SchemaType Enumeration

System.Data Namespace


Specifies how to handle existing schema mappings when performing a FillSchema operation.

Members


Member Name Description
Mapped Apply any existing table mappings to the incoming schema. Configure the DataSet with the transformed schema.
Source Ignore any table mappings on the DataAdapter. Configure the DataSet using the incoming schema without applying any transformations.

Remarks

The SchemaType usually should be set to Mapped, because any established table and column mappings are used.

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