| OrchestratorConfigQuotationMode Property |
Specifies which values are to be surrounded with quotes on output. One of:
OnlyIfNeeded - Output values are not quoted, except for those that contain commas and/or quotes (default).
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.
Namespace:
Mavidian.DataConveyer.Orchestrators
Assembly:
DataConveyer (in DataConveyer.dll) Version: 3.4.6+1324144ff7
Syntax public QuotationMode QuotationMode { get; set; }
Public Property QuotationMode As QuotationMode
Get
Set
Property Value
Type:
QuotationModeSee Also