Odata Queries
These queries are converted to Odata API calls by OdataQueryProducer.
Odata v4 queries support simple, aggregation and command query types, whereas v2 supports only simple and command queries.
Odata specific features for special use cases are as follows:
Query Parameters
Parameter
Definition
path
Service endpoint path for running the query (except for entity name, which is provided in "from" expression of the query)
Join Parameters
Parameter
Definition
option
Extra options to add to an expand() statement (v4 only)
Last updated