[ROOT] / doc / toc / ARCQuery / Class / ValueComparer
Can evaluation expressions like 'WHERE Created = ThisYear.
Simplifies query expression regarding to the actual value comparision.
An example is 'Order/WHERE Created = ThisYear' as offered by ValueComparerDateTime.
Implementing classes:
ValueComparerDateTime.
TODO: Make extensible somehow.
TODO: Now all implementing classes have to be explicitly recognized by TryParse
TODO: meaning that it is not possible to implement classes outside of this library (outside of ARCQuery).
TODO:
TODO: See for instance how QueryExpression and FunctionKey has been made extensible.
TODO: (note that an exact same approach can not be used for ValueComparer
TODO: because there is no single word in the start identifying which parser to use.
TryGetNext | Suggestion for next query (browsing 'forwards') |
TryGetPrevious | Suggestion for previous query (browsing 'backwards') |
Generated 2025-04-17 15:01:21.611 UTC