Specifies the action to take during a merge of tables whose schemas are incompatible.
[Visual Basic] Public Enum MissingSchemaAction [C#] public enum MissingSchemaAction [C++] public enum MissingSchemaAction
[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.
The MissingSchemaAction is specified as an argument for the DataSet class's Add method.
Member Name | Description |
---|---|
Add | Adds the necessary columns to complete the schema. |
Error | An exception is thown. |
Ignore | Ignores the extra columns. |
Namespace: System.Data
Assembly: System.Data.dll