Gets or sets the max row count that can be displayed in the logger.

Namespace: Dapfor.Net.Diagnostics
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

C#
public long MaxRowCount { get; set; }
Visual Basic
Public Property MaxRowCount As Long
	Get
	Set
Visual C++
public:
property long long MaxRowCount {
	long long get ();
	void set (long long value);
}
F#
member MaxRowCount : int64 with get, set

Property Value

Type: Int64
The max row count.

See Also