WrappedConnection constructor

namespace: Serenity.Data   assemblySerenity.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