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.33.3996.16059

Syntax

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

Inheritance Hierarchy

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

See Also