JoinInfoForNavigatorRightElementAlias Property |
The alias to use for the right element of the join. This is the element joined over this join info.
(E.g. in queryspec this is the element specified in the .InnerJoin() call).
Namespace:
SD.LLBLGen.Pro.GeneratorCore
Assembly:
SD.LLBLGen.Pro.GeneratorCore (in SD.LLBLGen.Pro.GeneratorCore.dll) Version: 5.10.0.0 (5.10.0)
Syntaxpublic string RightElementAlias { get; }
Public ReadOnly Property RightElementAlias As String
Get
Property Value
Type:
String
See Also