Creates a new instance of the MissingIndexAndPageReadsFilter.

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

Syntax

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

Parameters

pageReads
Type: System..::..Int32
Minimum number of page reads required for a query to be evaluated for missing indexes.

See Also