DynamicQueryEngineBase Constructor (Boolean, Boolean, Boolean) |
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax protected 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