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.7.0.0 (5.7.0)
Syntaxpublic 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