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