Add-DataSetRelation
#
SYNOPSIS#
SYNTAX#
DESCRIPTIONCreates a relationship between to DataTable columns
#
EXAMPLES#
EXAMPLE 1This command will define a relationship between the customerID column of table customertable and the orderID column of table ordertable
#
PARAMETERS#
-DataSetProvide the DataSet object
#
-ParentDataTableColumnProvide the DataTable parent column object
#
-ChildDataTableColumnProvide the DataTable child column object
#
-RelationNameProvide a name for the relation object
#
-PasstroughIf the passthrough parameter is specified this function will return the created relation object
#
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