Query profiler session object. Do not create directly, instead use the DataContext.BeginProfiling methods to initiate profiling.

Namespace:  Huagati.LinqToSQL.Profiler
Assembly:  HuagatiL2SProfiler (in HuagatiL2SProfiler.dll) Version: 1.15.3506.21033

Syntax

C#
public class QueryProfiler : IDisposable
Visual Basic (Declaration)
Public Class QueryProfiler _
	Implements IDisposable
Visual C++
public ref class QueryProfiler : IDisposable

Inheritance Hierarchy

System..::.Object
  Huagati.LinqToSQL.Profiler..::.QueryProfiler

See Also