ISqlConnections interface
namespace: Serenity.Data assembly: Serenity.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
- interface IConnectionStrings
- Source: ISqlConnections.cs