Number of physical LOB (Large Object) page reads

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

Syntax

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

See Also