Click or drag to resize
DynamicQueryEngineBaseDetermineTargetAlias Method
Determines the target alias to use for a single target FROM clause.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
protected string DetermineTargetAlias(
	IEntityFieldCore firstFieldInTarget,
	IRelationCollection relationsToWalk
)

Parameters

firstFieldInTarget
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityFieldCore
The first field in target.
relationsToWalk
Type: SD.LLBLGen.Pro.ORMSupportClassesIRelationCollection
The relations to walk.

Return Value

Type: String
See Also