Click or drag to resize

EntityQueryTEntity Constructor (IElementCreatorCore, Int32)

Namespace:  SD.LLBLGen.Pro.QuerySpec
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax
public EntityQuery(
	IElementCreatorCore creator,
	int aliasCounter
)

Parameters

creator
Type: SD.LLBLGen.Pro.ORMSupportClassesIElementCreatorCore
The creator.
aliasCounter
Type: SystemInt32
The alias counter to produce an artifical, yet predictable, alias.
See Also