Click or drag to resize
DynamicQueryEngineBase Constructor (Boolean, Boolean)
Creates a new DynamicQueryEngineBase instance.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
protected DynamicQueryEngineBase(
	bool useAliasesForExpressionsInSortClauses,
	bool supportsSchemaNameOverwriting
)

Parameters

useAliasesForExpressionsInSortClauses
Type: SystemBoolean
flag to pass to sortClauses.ToQueryText to use aliases for expression (true) or not (false)
supportsSchemaNameOverwriting
Type: SystemBoolean
if set to true the DQE should support schema overwriting.
See Also