Specifies the target alias for the query target.
Namespace: SD.LLBLGen.Pro.QuerySpecAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax public static QuerySpecPlaceHolder As(
string targetAlias
)
Public Shared Function As (
targetAlias As String
) As QuerySpecPlaceHolder
Parameters
- targetAlias
- Type: SystemString
The target alias.
Return Value
Type:
QuerySpecPlaceHolderSee Also