System.Data.SchemaType Enumeration

Specifies how to handle existing schema mappings when performing a System.Data.Common.DataAdapter.FillSchema(DataSet, SchemaType) operation.

Syntax

public enum SchemaType

Remarks

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

Members

Member NameDescription
Mapped

Apply any existing table mappings to the incoming schema. Configure the System.Data.DataSet with the transformed schema.

Source

Ignore any table mappings on the DataAdapter. Configure the System.Data.DataSet using the incoming schema without applying any transformations.

Requirements

Namespace: System.Data
Assembly: System.Data (in System.Data.dll)
Assembly Versions: 1.0.3300.0, 1.0.5000.0, 2.0.0.0