IConnectionProfiler.Profile method
Wraps the specified connection with a profiled one.
public IDbConnection Profile(IDbConnection connection)
| parameter | description |
|---|---|
| connection | The connection. |
Return Value
The wrapped connection.
See Also
- interface IConnectionProfiler