Interface IDbProviderFactoryCreator
Assembly: cs.temp.dll.dll
Syntax
public interface IDbProviderFactoryCreator
Methods
CreateBulkSqlInsertProvider(String)
Declaration
IBulkSqlInsertProvider CreateBulkSqlInsertProvider(string providerName)
Parameters
Type |
Name |
Description |
System.String |
providerName |
|
Returns
CreateDatabase(String, String)
Declaration
void CreateDatabase(string providerName, string connectionString)
Parameters
Type |
Name |
Description |
System.String |
providerName |
|
System.String |
connectionString |
|
CreateFactory(String)
Declaration
DbProviderFactory CreateFactory(string providerName)
Parameters
Type |
Name |
Description |
System.String |
providerName |
|
Returns
Type |
Description |
DbProviderFactory |
|
GetSqlSyntaxProvider(String)
Declaration
ISqlSyntaxProvider GetSqlSyntaxProvider(string providerName)
Parameters
Type |
Name |
Description |
System.String |
providerName |
|
Returns
Type |
Description |
ISqlSyntaxProvider |
|
ProviderSpecificMappers(String)
Declaration
NPocoMapperCollection ProviderSpecificMappers(string providerName)
Parameters
Type |
Name |
Description |
System.String |
providerName |
|
Returns