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.4.0.0 (5.4.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