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.1.0.0 (5.1.0)
Syntax public EntityAlias Root { get; }
Public ReadOnly Property Root As EntityAlias
Get
Property Value
Type:
EntityAliasRemarks A typed list can be considered a tree, although it's a DAG, as it allows at most 1 edge per entityAlias.
See Also