Click or drag to resize
DynamicQueryGetReplacementForQueryTarget Method
Gets the replacement for query target. By default this is the result of GetThisAsEmptyClone(). It will thrown an exception if the class isn't an entityquery, unless this method is overriden in a subtype.

Namespace:  SD.LLBLGen.Pro.QuerySpec
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
protected override IJoinOperand GetReplacementForQueryTarget(
	string targetAliasToPass
)

Parameters

targetAliasToPass
Type: SystemString
The target alias to pass.

Return Value

Type: IJoinOperand
See Also