Skip to main content

IDbConnectionFactoryExtended

Assembly: ServiceStack.Common.dll
View Source
Declaration
public interface IDbConnectionFactoryExtended : IDbConnectionFactory

Methods

OpenDbConnection(String)

View Source
Declaration
IDbConnection OpenDbConnection(string namedConnection)
Returns

System.Data.IDbConnection

Parameters
TypeName
System.StringnamedConnection

OpenDbConnectionString(String)

View Source
Declaration
IDbConnection OpenDbConnectionString(string connectionString)
Returns

System.Data.IDbConnection

Parameters
TypeName
System.StringconnectionString

OpenDbConnectionString(String, String)

View Source
Declaration
IDbConnection OpenDbConnectionString(string connectionString, string providerName)
Returns

System.Data.IDbConnection

Parameters
TypeName
System.StringconnectionString
System.StringproviderName