Number of LOB (Large Object) read-aheads

Namespace: HuagatiEFProfiler
Assembly: HuagatiEFProfiler (in HuagatiEFProfiler.dll) Version: 1.33.3996.16092

Syntax

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

See Also