Enum DataMergeSchemaChange
The data merge schema change
Namespace: PayrollEngine.Client.Scripting
Assembly: PayrollEngine.Client.Scripting.dll
Syntax
public enum DataMergeSchemaChange
Fields
| Name | Description |
|---|---|
| Add | Adds the necessary columns to complete the schema |
| Error | An InvalidOperationException is generated if the specified column mapping is missing. |
| Ignore | Ignores the extra columns |