Cmdlets for OData

Build 24.0.9111

SupportsFormulas Parameter (Connect-OData Cmdlet)

A boolean indicating if the odata service supports server side formulas.

Syntax

Connect-OData -SupportsFormulas SwitchParameter

Data Type

bool

Default Value

false

Remarks

OData has a number of 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. These formulas can be used to make some queries that use them execute much faster. If your OData service supports formulas, change this connection property to true. Otherwise, leave it as false.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 24.0.9111