Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 591 Bytes

IConnectionProfiler.md

File metadata and controls

18 lines (12 loc) · 591 Bytes

IConnectionProfiler interface

namespace: Serenity.Data   assemblySerenity.Net.Data

An interface used to abstract profilers like Mini Profiler.

public interface IConnectionProfiler

Members

name description
Profile(…) Wraps the specified connection with a profiled one.

See Also