Skip to content

ScalarExprOptions enum

Different options used during processing of scalar values

public enum Korzh.EasyQuery.ScalarExprOptions
: Enum, IComparable, IFormattable, IConvertible
ValueNameDescription
0EmptyEmpty set of options
1CaseInsensativeWe must apply Lower (or similar) function to result value to make any string comparision case-insensative
2ParameterizedAll values will be converted into parameters
4DefaultThe default value
4QuotingWe need to consider quoting
8ProcessScalarMacrosFor each found macro value we should run ProcessScalarMacro procedure to format it properly according to the current settings