Bundled result containing the collection of AggregateRecords, total record count, and total
aggregate record count resulting from a NavigationCommand.
Namespace:
Endeca.Data.Content.Navigation
Assembly:
Endeca.Data.Content (in Endeca.Data.Content.dll) Version: 2.1.2.0 (2.1.2.0)
Syntax
| C# |
|---|
AggregateRecordsResult AggregateRecordsResult { get; } |
| Visual Basic (Declaration) |
|---|
ReadOnly Property AggregateRecordsResult As AggregateRecordsResult |
| Visual C++ |
|---|
property AggregateRecordsResult^ AggregateRecordsResult {
AggregateRecordsResult^ get ();
} |
See Also