WrappedConnection constructor
namespace: Serenity.Data assembly: Serenity.Net.Data
Initializes a new instance of the WrappedConnection class.
public WrappedConnection(IDbConnection actualConnection, ISqlDialect dialect, ILogger logger = null)
| parameter | description |
|---|---|
| actualConnection | The actual connection. |
| dialect | The dialect. |
| logger | Optional logger for this connection (generally to be used by static SqlHelper methods) |
See Also
- interface ISqlDialect
- class WrappedConnection