Add-DataTableRow
#
SYNOPSIS#
SYNTAX#
DESCRIPTIONAdds a row to a table row
#
EXAMPLES#
EXAMPLE 1This example demonstrates how a preexisting object array can be passed to add rows.
#
EXAMPLE 2This example demonstrates how a single object can be passed to add a new row.
#
PARAMETERS#
-DataTablePass the data table object to add rows to
#
-InputObjectProvides an object array with objects thats has properties corresponding to the table columns. Note that the object can contain more properties than columns, they will simply be ignored during matching. On the other side, if the object is missing properties for all columns, the addition will fail.
#
CommonParametersThis cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
#
INPUTS#
OUTPUTS#
NOTES#
RELATED LINKS#
EDIT THIS DOCThis page was auto-generated from the powershell command comment based help. To edit the content of this page, update the script file comment based help on github Github