Click or drag to resize

DynamicQueryEngineBase Constructor (Boolean, 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.5.0.0 (5.5.18.1019)
Syntax
protected DynamicQueryEngineBase(
	bool useAliasesForExpressionsInSortClauses,
	bool supportsSchemaNameOverwriting,
	bool supportsQueryHints
)

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.
supportsQueryHints
Type: SystemBoolean
If true, the code in the base class will assume query hints are supported, otherwise it will ignore query hints
See Also