Add-HubDB Cmdlet
Inserts HubDB data.
Syntax
Add-HubDB [parameters]
Remarks
The Add-HubDB cmdlet allows you to use a syntax similar to SQL INSERT statements to create new HubDB records.
Add-HubDB -Connection $connection -Table "NorthwindProducts" -Columns @("Name") -Values @("Jon Doe")