Number of scans

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

Syntax

C#
public int ScanCount { get; set; }
Visual Basic
Public Property ScanCount As Integer
	Get
	Set
Visual C++
public:
property int ScanCount {
	int get ();
	void set (int value);
}

See Also