DynamicQueryEngineBase Constructor (Boolean, Boolean) |
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntax protected DynamicQueryEngineBase(
bool useAliasesForExpressionsInSortClauses,
bool supportsSchemaNameOverwriting
)
Protected Sub New (
useAliasesForExpressionsInSortClauses As Boolean,
supportsSchemaNameOverwriting 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.
See Also