Click or drag to resize

DynamicQueryEngineAlwaysWrapFieldAliasesInDoubleQuotes Field

Flag to signal to always wrap aliases in quotes (making them case sensitive) (true), or wrap them only when CaseInsensitiveNames is set to true (false, default). Only set this flag to true if you use Case insensitive names and also aliases which are reserved words, as these aliases are in that case no longer wrapped in double quotes.

Namespace:  SD.LLBLGen.Pro.DQE.Oracle
Assemblies:   SD.LLBLGen.Pro.DQE.OracleMS (in SD.LLBLGen.Pro.DQE.OracleMS.dll) Version: 5.9.0.0 (5.9.0)
  SD.LLBLGen.Pro.DQE.OracleODPNet (in SD.LLBLGen.Pro.DQE.OracleODPNet.dll) Version: 5.9.0.0 (5.9.0)
Syntax
public static bool AlwaysWrapFieldAliasesInDoubleQuotes

Field Value

Type: Boolean
See Also