Constructor for the PageReadFilter
Namespace: Huagati.LinqToSQL.Profiler.FiltersAssembly: HuagatiL2SProfiler (in HuagatiL2SProfiler.dll) Version: 1.33.3996.16059
Syntax
| C# |
|---|
public PageReadFilter( int minPageReads ) |
| Visual Basic |
|---|
Public Sub New ( _ minPageReads As Integer _ ) |
| Visual C++ |
|---|
public: PageReadFilter( int minPageReads ) |
Parameters
- minPageReads
- Type: System..::..Int32
Minimum number of total page reads performed by a query to make it pass the filter.