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.5.0.0 (5.5.18.1019)
Syntax public DynamicQuery TargetAs(
string alias
)
Public Function TargetAs (
alias As String
) As DynamicQuery
Parameters
- alias
- Type: SystemString
The alias.
Return Value
Type:
DynamicQuerySee Also