Number of logical LOB (Large Object) page reads

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

Syntax

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

See Also