DynamicQueryEngineBase Properties |
The DynamicQueryEngineBase type exposes the following members.
Name | Description | |
---|---|---|
CommandTimeOut |
Gets / sets the command time out (in seconds). This is a global setting, so every Command object created after you've set this
property to a value will have that value as CommandTimeOut. Default is 30 seconds which is the ADO.NET default.
Do not set this property directly, but use the methods in the generated code to set this property.
| |
Creator |
Gets / sets creator
| |
DistinctFilteringPreferenceToUse |
Gets or sets the distinct filtering preference to use. The default value is the value of the global variable
DynamicQueryEngineBase.DistinctFilteringPreferenceDefault.
| |
FactoryToUse |
Gets the DbProviderFactory to use for this DQE.
| |
FunctionMappings |
Gets the function mappings for the particular DQE. These function mappings are static and therefore not changeable.
| |
PerCallCatalogNameOverwrites |
Gets / sets perCallCatalogNameOverwrites name pairs
| |
PerCallSchemaNameOverwrites |
Gets / sets perCallSchemaNameOverwrites name pairs
|