The ExecutionTimeAndPageReadsFilter evaluates whether a query has exceeded the specified execution time (db-side, query execution time) and the specified number of page reads during execution.

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

Syntax

C#
public class ExecutionTimeAndPageReadsFilter : ProfilerFilter
Visual Basic
Public Class ExecutionTimeAndPageReadsFilter _
	Inherits ProfilerFilter
Visual C++
public ref class ExecutionTimeAndPageReadsFilter : public ProfilerFilter

Inheritance Hierarchy

System..::..Object
  Huagati.LinqToSQL.Profiler.Filters..::..ProfilerFilter
    Huagati.LinqToSQL.Profiler.Filters..::..ExecutionTimeAndPageReadsFilter

See Also