System.Data.MissingMappingAction Enum
Namespace: System.Data
Assembly: System.Data.dll
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
-
IgnoreDo not throw an exception if a missing mapping is encountered.
-
ErrorThrow an exception if a missing mapping is encountered. This is the default.
-
PopulatePopulate the DataSet with missing mappings.