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 |
System.String |
providerName |
|
Returns
View Source
CreateDatabase(String, String)
Declaration
void CreateDatabase(string providerName, string connectionString)
Parameters
Type |
Name |
Description |
System.String |
providerName |
|
System.String |
connectionString |
|
View Source
CreateFactory(String)
Declaration
DbProviderFactory CreateFactory(string providerName)
Parameters
Type |
Name |
Description |
System.String |
providerName |
|
Returns
Type |
Description |
System.Data.Common.DbProviderFactory |
|
View Source
GetProviderSpecificInterceptors(String)
Declaration
virtual IEnumerable<IProviderSpecificInterceptor> GetProviderSpecificInterceptors(string providerName)
Parameters
Type |
Name |
Description |
System.String |
providerName |
|
Returns
View Source
GetSqlSyntaxProvider(String)
Declaration
ISqlSyntaxProvider GetSqlSyntaxProvider(string providerName)
Parameters
Type |
Name |
Description |
System.String |
providerName |
|
Returns
View Source
ProviderSpecificMappers(String)
Declaration
NPocoMapperCollection ProviderSpecificMappers(string providerName)
Parameters
Type |
Name |
Description |
System.String |
providerName |
|
Returns