| DynamicQuery Constructor (IElementCreatorCore, Int32) | 
  
    Namespace: 
   SD.LLBLGen.Pro.QuerySpec
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.1.0.0 (5.1.0)
Syntaxpublic DynamicQuery(
	IElementCreatorCore creator,
	int aliasCounter
)
Public Sub New ( 
	creator As IElementCreatorCore,
	aliasCounter As Integer
)
Parameters
- creator
 - Type: SD.LLBLGen.Pro.ORMSupportClassesIElementCreatorCore
 - aliasCounter
 - Type: SystemInt32
The alias counter to produce an artifical, yet predictable, alias. 
See Also