QueryFactoryCoreCreate Method (String) |
Creates a new DynamicQuery instance with the alias specified as the alias set.
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 Create(
string alias
)
Public Function Create (
alias As String
) As DynamicQuery
Parameters
- alias
- Type: SystemString
The alias.
Return Value
Type:
DynamicQueryReady to use DynamicQuery instance
See Also