DynamicQueryEngineBase Constructor (Boolean, Boolean, Boolean) | 
  
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntaxprotected DynamicQueryEngineBase(
	bool useAliasesForExpressionsInSortClauses,
	bool supportsSchemaNameOverwriting,
	bool supportsQueryHints
)
Protected Sub New ( 
	useAliasesForExpressionsInSortClauses As Boolean,
	supportsSchemaNameOverwriting As Boolean,
	supportsQueryHints As Boolean
)
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