Click or drag to resize
TypedListDefinitionRoot Property
Gets the root of the typedlist. If the typedlist isn't connected, there's no root and null is returned. The root is the entity alias which is used to start the joins with. Returns null as well if the typedlist contains no entity aliases.

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 EntityAlias Root { get; }

Property Value

Type: EntityAlias
Remarks
A typed list can be considered a tree, although it's a DAG, as it allows at most 1 edge per entityAlias.
See Also