Skip to main content

scalarexproptions-enum

Different options used during processing of scalar values

public enum Korzh.EasyQuery.ScalarExprOptions
: Enum

Assembly: Korzh.EasyQuery.dll

Enum

NameValueDescription
Empty0Empty set of options
CaseInsensative1We must apply Lower (or similar) function to result value to make any string comparision case-insensative
Parameterized2All values will be converted into parameters
Quoting4We need to consider quoting
Default4The default value
ProcessScalarMacros8For each found macro value we should run ProcessScalarMacro procedure to format it properly according to the current settings