Initializes a TableScanFilter that require a minimum total number of page reads in addition to a table scan in order to include a query in the profiler log.

Namespace: Huagati.LLBLGen.Profiler.Filters
Assembly: HuagatiLLBLGenProfiler (in HuagatiLLBLGenProfiler.dll) Version: 1.33.3996.16145

Syntax

C#
public TableScanFilter(
	int minTotalPageReads
)
Visual Basic
Public Sub New ( _
	minTotalPageReads As Integer _
)
Visual C++
public:
TableScanFilter(
	int minTotalPageReads
)

Parameters

minTotalPageReads
Type: System..::..Int32
Minimum number of SQL Server page reads required.

See Also