Gets the total number of records available in the MDEX engine that matched the query.

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 ();
}

Remarks

This value reflects the number of available records. The records in the Records collection represent a 'page' of records drawn from the set of available records.

See Also