QuerySpec Constructor (IElementCreatorCore, String, 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.4.0.0 (5.4.0)
Syntax protected QuerySpec(
IElementCreatorCore creator,
string alias,
int aliasCounter
)
Protected 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