Gets the total number of records providing data for this set of aggregate records.

Namespace:  Endeca.Data
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)

Syntax

C#
public long TotalRecordCount { get; }
Visual Basic (Declaration)
Public ReadOnly Property TotalRecordCount As Long
Visual C++
public:
property long long TotalRecordCount {
	long long get ();
}

See Also