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

Parameters

targetAlias
Type: SystemString
The target alias.

Return Value

Type: QuerySpecPlaceHolder
See Also