Cmdlets for Neo4j

Build 24.0.9060

Add-Neo4j Cmdlet

Parameters   Output Objects  

Inserts Neo4j data.

Syntax

Add-Neo4j [parameters]

Remarks

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

Add-Neo4j -Connection $connection -Table "ProductCategory" -Columns @("CategoryName") -Values @("Jon Doe")

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