DbSpecificCreatorBase Properties |
The DbSpecificCreatorBase type exposes the following members.
Name | Description | |
---|---|---|
![]() | AliasScopes |
Gets the alias scopes.
|
![]() | CreatingSubQuery |
Gets a value indicating whether the creator initiated a subquery creation. The DQE can then decide to limit the SQL emitting as some databases
limit features for subqueries.
|
![]() | FactoryToUse |
Gets the DbProviderFactory instance to use.
|
![]() | ParameterPrefix |
Gets the parameter prefix, if required. If no parameter prefix is required, this property will return the empty string (by default it returns the empty string).
|
![]() | PerCallCatalogNameOverwrites |
Gets / sets perCallCatalogNameOverwrites name pairs
|
![]() | PerCallSchemaNameOverwrites |
Gets / sets perCallSchemaNameOverwrites name pairs
|
![]() | SetTimeoutOnCommandCreate |
Gets a value indicating whether the timeout has to be set on command create.
|