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)
Syntaxpublic static QuerySpecPlaceHolder As(
	string targetAlias
)
Public Shared Function As ( 
	targetAlias As String
) As QuerySpecPlaceHolder
Parameters
- targetAlias
 - Type: SystemString
The target alias. 
Return Value
Type: 
QuerySpecPlaceHolder
See Also