Click or drag to resize
DynamicQuery Constructor (IElementCreatorCore, String, Int32)
Initializes a new instance of the DynamicQuery class.

Namespace:  SD.LLBLGen.Pro.QuerySpec
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public DynamicQuery(
	IElementCreatorCore creator,
	string alias,
	int aliasCounter
)

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