Determines that action that will occur when a DataColumn is is missing.
[Visual Basic] Public Enum MissingMappingAction [C#] public enum MissingMappingAction [C++] public enum MissingMappingAction
[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.
The MissingMappingAction values are used as arguments in the GetDataColumnBySchemaAction method, and the GetTableMappingsBySchema method.
Member Name | Description |
---|---|
Error | [To be supplied.] |
Ignore | [To be supplied.] |
Passthrough | [To be supplied.] |
Namespace: System.Data
Assembly: System.Data.dll