Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 699 Bytes

File metadata and controls

19 lines (14 loc) · 699 Bytes

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