SupportsFormulas
A boolean indicating whether the OData service supports server side formulas.
Data Type
bool
Default Value
false
Remarks
OData has many server-side formulas that are built into the specifications. However, many services do not natively support them and will return errors when these formulas are appended to the $filter parameter. When supported, server-side formulas can be used to execute certain queries much faster. If your OData service supports formulas, set this connection property to true. Otherwise, leave it as false.