Enum TheobaldXtractStringConversionType
Namespace: Varigence.Languages.Biml.Transformation
Assembly: Biml.dll
C#
public enum TheobaldXtractStringConversionType
Fields
| Fields | Description |
|---|---|
| Automatic | Specifies string are converted to ANSI vs. Unicode based on the settings of the source system. |
| ConvertToNVarChar | Specifies that all string are converted to Unicode, regardless of source system settings. |
| ConvertToVarChar | Specifies that all string are converted to ANSI, regardless of source system settings. |