[ROOT] / doc / toc / ARCQuery / Class / ForeignKey / Steps / __TOCDet

KeyValue
AssemblyARCQuery
DocFragTypeClassMember
IsInherited-False-
IsInheritedDoc-False-
Lines-7-
NameSteps
NamespaceARCQuery
TypeForeignKey

ClassMemberAttribute

KeyValue
DeclaringTypeForeignKey
MethodNameSteps
MethodSignatureSystem.Collections.Generic.List`1[ARCQuery.ForeignKey+ForeignKeySingleStep] Steps

The actual -ForeignKeySingleStep- leading to the ForeignField.
For 'Order' 'Customer.Name' this would be one step (finding 'CustomerId' in 'Order' and looking up the 'Customer').
For 'OrderLine' 'Order.Customer.Name' this would be two steps, finding 'OrderId' in 'Order', and then as above.

Can contain a mix of ForeignKeyDirections, like for 'Region',
Territory.EmployeeTerritory.Employee.Order.OrderDetail.Sum.Sum()
(assuming Territory contains RegionId, EmployeeTerritory contains TerritoryId and EmployeeId, Order contains EmployeeId, OrderDetails contains OrderId).

Edit


Generated 2024-04-29 12:22:55.529 UTC