Cmdlets for MongoDB

Build 24.0.9060

Add-MongoDB Cmdlet

Parameters   Output Objects  

Inserts MongoDB data.

Syntax

Add-MongoDB [parameters]

Remarks

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

Add-MongoDB -Connection $connection -Table "[CData].[Sample].Customers" -Columns @("CompanyName") -Values @("Jon Deere")

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