System.Data.MissingMappingAction Enum

Namespace: System.Data
Assembly: System.Data.dll

Definition

Specifies how to handle missing mappings between a source data schema and a destination schema when using the DataSet.Relations.Add method.

public enum MissingMappingAction

Members

  • Ignore
    Do not throw an exception if a missing mapping is encountered.
  • Error
    Throw an exception if a missing mapping is encountered. This is the default.
  • Populate
    Populate the DataSet with missing mappings.