Skip to content

WrappedConnection constructor

namespace: Serenity.Data   assemblySerenity.Net.Data

Initializes a new instance of the WrappedConnection class.

public WrappedConnection(IDbConnection actualConnection, ISqlDialect dialect)
parameter description
actualConnection The actual connection.
dialect The dialect.

See Also