Add-EnterpriseDB Cmdlet
Inserts EnterpriseDB data.
Syntax
Add-EnterpriseDB [parameters]
Remarks
The Add-EnterpriseDB cmdlet allows you to use a syntax similar to SQL INSERT statements to create new EnterpriseDB records.
Add-EnterpriseDB -Connection $connection -Table "`"postgres`".`"public`".Orders" -Columns @("ShipCity") -Values @("Raleigh")