SchemaType Enum

Definition

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

public enum class SchemaType
public enum SchemaType
type SchemaType = 
Public Enum SchemaType
Inheritance
SchemaType

Fields

Mapped 2

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

Source 1

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.

Applies to