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.7.0.0 (5.7.0)
Syntaxpublic DynamicQuery TargetAs(
	string alias
)
Public Function TargetAs ( 
	alias As String
) As DynamicQuery
Parameters
- alias
 - Type: SystemString
The alias. 
Return Value
Type: 
DynamicQuery
See Also