View Source
Interface IDbProviderFactoryCreator
Assembly: Umbraco.Infrastructure.dll
Syntax
public interface IDbProviderFactoryCreator
Methods
View Source
CreateBulkSqlInsertProvider(string)
Declaration
IBulkSqlInsertProvider CreateBulkSqlInsertProvider(string providerName)
Parameters
| Type |
Name |
Description |
| string |
providerName |
|
Returns
View Source
CreateDatabase(string, string)
Declaration
void CreateDatabase(string providerName, string connectionString)
Parameters
| Type |
Name |
Description |
| string |
providerName |
|
| string |
connectionString |
|
View Source
CreateFactory(string?)
Declaration
DbProviderFactory? CreateFactory(string? providerName)
Parameters
| Type |
Name |
Description |
| string |
providerName |
|
Returns
| Type |
Description |
| DbProviderFactory |
|
View Source
GetProviderSpecificInterceptors(string)
Declaration
IEnumerable<IProviderSpecificInterceptor> GetProviderSpecificInterceptors(string providerName)
Parameters
| Type |
Name |
Description |
| string |
providerName |
|
Returns
View Source
GetSqlSyntaxProvider(string)
Declaration
ISqlSyntaxProvider GetSqlSyntaxProvider(string providerName)
Parameters
| Type |
Name |
Description |
| string |
providerName |
|
Returns
View Source
ProviderSpecificMappers(string)
Declaration
NPocoMapperCollection ProviderSpecificMappers(string providerName)
Parameters
| Type |
Name |
Description |
| string |
providerName |
|
Returns