Click or drag to resize

QuotationMode Enumeration

Specifies which values are to be surrounded with quotes on output.

Namespace:  Mavidian.DataConveyer.Common
Assembly:  DataConveyer (in DataConveyer.dll) Version: 3.4.6+1324144ff7
Syntax
public enum QuotationMode
Members
  Member nameDescription
OnlyIfNeeded Output values are not quoted, except for those that contain commas or quotes.
StringsAndDates String and date values are quoted on output, while decimal or integer values are not (except if formatted to contain commas).
Always All values are surrounded with quotes on output.
See Also