ISqlConnections interface

namespace: Serenity.Data   assemblySerenity.Net.Data

An interface used to abstract sql connections

public interface ISqlConnections : IConnectionStrings

Members

name description
New(…) Creates a new IDbConnection for given connection string, provider name and dialect.
NewByKey(…) Creates a new IDbConnection for given connection key.

See Also