NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

MissingSchemaAction Enumeration

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.

Remarks

The MissingSchemaAction is specified as an argument for the DataSet class's Add method.

Members

Member Name Description
Add Adds the necessary columns to complete the schema.
Error An exception is thown.
Ignore Ignores the extra columns.

Requirements

Namespace: System.Data

Assembly: System.Data.dll

See Also

System.Data Namespace