IncludeReferenceColumn Parameter (Connect-OData Cmdlet)
Adds an input-only ParentReference column designed for bulk INSERT operations, ensuring that child records are correctly linked to their respective parents during a deep INSERT process.
Syntax
Connect-OData -IncludeReferenceColumn SwitchParameter
Data Type
bool
Default Value
false
Remarks
IncludeReferenceColumn creates an input-only ParentReference column for bulk INSERTs, ensuring proper association of children during deep inserts with the same parent.
This property is useful for establishing relationships during bulk INSERT operations.