| QuerySpec Constructor (IElementCreatorCore, Int32) | 
 
            Initializes a new instance of the 
QuerySpec class.
            
 
    Namespace: 
   SD.LLBLGen.Pro.QuerySpec
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.2.0.0 (5.2.17.0403)
Syntaxprotected QuerySpec(
	IElementCreatorCore creator,
	int aliasCounter
)
Protected Sub New ( 
	creator As IElementCreatorCore,
	aliasCounter As Integer
)
Parameters
- creator
 - Type: SD.LLBLGen.Pro.ORMSupportClasses.IElementCreatorCore
The creator. - aliasCounter
 - Type: System.Int32
The alias counter to produce an artifical, yet predictable, alias. 
See Also