Click or drag to resize
DynamicQueryTargetAs Method
Sets the target alias to the alias specified. By default this alias is the empty string. This alias is a different alias than the alias set with .As(string), as this alias is the alias on the target table(s), while .As(string) is the alias for the whole query.

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 DynamicQuery TargetAs(
	string alias
)

Parameters

alias
Type: SystemString
The alias.

Return Value

Type: DynamicQuery
See Also