Readonly, indicates if the row scan count portion of this filter is enabled

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

Syntax

C#
public bool ScanRowsUsed { get; private set; }
Visual Basic
Public Property ScanRowsUsed As Boolean
	Get
	Private Set
Visual C++
public:
property bool ScanRowsUsed {
	bool get ();
	private: void set (bool value);
}

See Also