Click or drag to resize
QueryTargetAs Method
Specifies the target alias for the query target.

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
public static QuerySpecPlaceHolder As(
	string targetAlias
)

Parameters

targetAlias
Type: SystemString
The target alias.

Return Value

Type: QuerySpecPlaceHolder
See Also