Method | Description | |
---|---|---|
MapParentKeysToRelatedRow ( array $ParentRows, array $RelatedRows ) : |
Map the parent rows to their respective related rows | |
Persist ( |
Sync the supplied relationship change by persisting to/discarding from the transaction |
public MapParentKeysToRelatedRow ( array $ParentRows, array $RelatedRows ) : |
||
$ParentRows | array | The parent rows |
$RelatedRows | array | The related rows |
return | The map containing the parent rows indexed with their parents key |