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




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