Add-Neo4j Cmdlet
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")