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.1.0.0 (5.1.0)
Syntax public IEnumerable<TypedListRelationshipEdge> GetAllRelationshipsForQueryConstruction()
Public Function GetAllRelationshipsForQueryConstruction As IEnumerable(Of TypedListRelationshipEdge)
Return Value
Type:
IEnumerableTypedListRelationshipEdgeThe relationships in this typedlist in the ideal order to produce query construction code by code generators.
See Also