DynamicQueryEngineBase Constructor (Boolean, Boolean, Boolean) |
Namespace: SD.LLBLGen.Pro.ORMSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax protected DynamicQueryEngineBase(
bool useAliasesForExpressionsInSortClauses,
bool useRestrictedLengthOnAliasesOfFields,
bool supportsSchemaNameOverwriting
)
Protected Sub New (
useAliasesForExpressionsInSortClauses As Boolean,
useRestrictedLengthOnAliasesOfFields As Boolean,
supportsSchemaNameOverwriting As Boolean
)
Parameters
- useAliasesForExpressionsInSortClauses
- Type: SystemBoolean
flag to pass to sortClauses.ToQueryText to use aliases for expression (true) or not (false) - useRestrictedLengthOnAliasesOfFields
- Type: SystemBoolean
if set to true, aliases on fields are limited to 27 characters, otherwise no limit is used - supportsSchemaNameOverwriting
- Type: SystemBoolean
if set to true the DQE should support schema overwriting.
See Also