Different options used during processing of scalar values
public enum Korzh.EasyQuery.ScalarExprOptions
: Enum, IComparable, IFormattable, IConvertible
Enum
Value | Name | Description |
---|---|---|
0 |
Empty | Empty set of options |
1 |
CaseInsensative | We must apply Lower (or similar) function to result value to make any string comparision case-insensative |
2 |
Parameterized | All values will be converted into parameters |