IConnectionProfiler.Profile method

namespace: Serenity.Data   assemblySerenity.Net.Data

Wraps the specified connection with a profiled one.

public IDbConnection Profile(IDbConnection connection)
parameter description
connection The connection.

Return Value

Wrapped connection.

See Also