[ROOT] / doc / toc / ARCQuery / Class / ForeignKey+ForeignKeySingleStep
Describes how to traverse between related entities.
For traversing from 'Order' to 'Customer.Name' this would look like Direction = ToOne, ForeignType = Customer, ActualForeignKey = CustomerId and ForeignEntities = Customer collection.
TODO: Create example the other way around too.
ForeignEntitiesCollection | The collection containing all the (foreign) entities for the type that this step leads to |
Generated 2025-05-22 18:50:57.165 UTC