Click or drag to resize
TypedListDefinitionGetAllRelationshipsForQueryConstruction Method
Gets all typed list relationships for query construction. The relationships returned are ordered per 'level' of the tree the typedlist represents, starting with the root. If the typedlist is disconnected, all edges are returned in the order in which they appear. The relationships are ordered per level in the order: Right joins, left joins, inner joins, to give predictive query construction output.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.EntityModel.TypedLists
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public IEnumerable<TypedListRelationshipEdge> GetAllRelationshipsForQueryConstruction()

Return Value

Type: IEnumerableTypedListRelationshipEdge
The relationships in this typedlist in the ideal order to produce query construction code by code generators.
See Also