Skip to content

ISqlConnections interface

namespace: Serenity.Data   assemblySerenity.Net.Services

An interface used to abstract SQL connections.

public interface ISqlConnections : IConnectionStrings

Members

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

See Also