Cmdlets for OData

Build 24.0.9111

UseIdURL Parameter (Connect-OData Cmdlet)

Boolean determining if the Id column representing the direct URL to a given entity will be displayed.

Syntax

Connect-OData -UseIdURL SwitchParameter

Data Type

bool

Default Value

false

Remarks

Boolean determining if the Id column representing the direct URL to a given entity will be displayed.

If set to false, the entity key is returned instead. For example, the cmdlet returns "1" as the primary key for the entity specified with the URL below:

http://host/service/Categories(1)

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