Cmdlets for OData

Build 23.0.8839

Add-OData Cmdlet

Parameters   Output Objects  

Inserts OData data.

Syntax

Add-OData [parameters]

Remarks

The Add-OData cmdlet allows you to use a syntax similar to SQL INSERT statements to create new OData records.

Add-OData -Connection $connection -Table "Lead" -Columns @("FullName") -Values @("Jon Doe")

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