[ROOT] / doc / DocFrag / ARCQuery.ForeignKey+ForeignKeySingleStep
| Key | Value | 
|---|---|
| Assembly | ARCQuery | 
| DocFragType | Class | 
| Name | ForeignKey+ForeignKeySingleStep | 
| Namespace | ARCQuery | 
| Type | ForeignKey+ForeignKeySingleStep | 
ClassAttribute
| Key | Value | 
|---|---|
| AssemblyName | ARCQuery | 
| ClassNamespace | ARCQuery | 
| ClassType | 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.
Generated 2025-10-31 04:55:48.247 UTC