DynamicQueryEngine Properties |
The DynamicQueryEngine type exposes the following members.
Name | Description | |
---|---|---|
Creator |
Gets / sets creator
(Inherited from DynamicQueryEngineBase.) | |
DefaultCompatibilityLevel | Sets the default compatibility level used by the DQE. Default is Oracle9i10g11g. This is a global setting.
Compatibility level influences the query generated for paging and identity sequence usage in inserts. | |
DistinctFilteringPreferenceToUse |
Gets or sets the distinct filtering preference to use. The default value is the value of the global variable
DynamicQueryEngineBase.DistinctFilteringPreferenceDefault.
(Inherited from DynamicQueryEngineBase.) | |
FactoryToUse |
Gets the DbProviderFactory to use for this DQE.
(Inherited from DynamicQueryEngineBase.) | |
FunctionMappings |
Gets the function mappings for the particular DQE. These function mappings are static and therefore not changeable.
(Overrides DynamicQueryEngineBaseFunctionMappings.) | |
PerCallCatalogNameOverwrites |
Gets / sets perCallCatalogNameOverwrites name pairs
(Inherited from DynamicQueryEngineBase.) | |
PerCallSchemaNameOverwrites |
Gets / sets perCallSchemaNameOverwrites name pairs
(Inherited from DynamicQueryEngineBase.) | |
SupportsPackedQueries |
Gets whether the database of this DQE supports packed queries, which are queries with multiple SQL statements packed together in a single DbCommand. By default this
property returns false.
(Overrides DynamicQueryEngineBaseSupportsPackedQueries.) |