Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 764 Bytes

ISqlConnections.md

File metadata and controls

20 lines (14 loc) · 764 Bytes

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