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