Click or drag to resize

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.8.0.0 (5.8.21.0208)
Syntax
public string RightElementAlias { get; }

Property Value

Type: String
See Also