Click or drag to resize

JoinInfoForNavigator Constructor

CTor

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 JoinInfoForNavigator(
	Navigator navigator,
	string leftAlias,
	string rightAlias
)

Parameters

navigator
Type: SD.LLBLGen.Pro.ApplicationCore.EntityModelNavigator
leftAlias
Type: SystemString
rightAlias
Type: SystemString
See Also