QuerySpecGetReplacementForQueryTarget 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.4.0.0 (5.4.0)
Syntax protected virtual IJoinOperand GetReplacementForQueryTarget(
string targetAliasToPass
)
Protected Overridable Function GetReplacementForQueryTarget (
targetAliasToPass As String
) As IJoinOperand
Parameters
- targetAliasToPass
- Type: SystemString
The target alias to pass.
Return Value
Type:
IJoinOperandSee Also