Number of physical LOB (Large Object) page reads

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

Syntax

C#
public long PhysicalLOBReads { get; set; }
Visual Basic (Declaration)
Public Property PhysicalLOBReads As Long
Visual C++
public:
property long long PhysicalLOBReads {
	long long get ();
	void set (long long value);
}

See Also