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