Skip to main content

Enum TheobaldXtractStringConversionType

Namespace: Varigence.Languages.Biml.Transformation

Assembly: Biml.dll

C#


public enum TheobaldXtractStringConversionType

Fields

FieldsDescription
AutomaticSpecifies string are converted to ANSI vs. Unicode based on the settings of the source system.
ConvertToNVarCharSpecifies that all string are converted to Unicode, regardless of source system settings.
ConvertToVarCharSpecifies that all string are converted to ANSI, regardless of source system settings.