An ever-growing OData Reference
My way of explaining each function with as much detail as I can. You'll find suggestions, best practices, things to avoid, and limitations.
Last updated
I'll include all my experiences (good and bad) working with the functions.
I want people to use it and share it. So I won't put any restriction on it on this reference.
Please contribute! The better I can make it, the better it will be for everyone.
I learn from lots of places, so some things may be found elsewhere.
Operator (8)
OData: And Operator
Combines multiple conditions where all must be true.
ViewOData: Equals Operator
Filters records where a field exactly matches a value.
ViewOData: Greater Than Operator
Filters records where a field is strictly greater than a value.
ViewOData: Greater Than or Equals Operator
Filters records where a field is greater than or equal to a value.
ViewOData: Lower Than Operator
Filters records where a field is strictly less than a value.
ViewOData: Lower Than or Equals Operator
Filters records where a field is less than or equal to a value.
ViewOData: Not Equals Operator
Filters records where a field does not match a value.
ViewOData: OR Operator
Filters records where at least one condition is true.
View