This class represents a paged collection result from a database query. It will contain the collection with the retrieved items and a total items counter to be able to calculate the number of pages the query will result in.

Namespace:  EPiServer.Common.Data
Assembly:  EPiServer.Common.Data (in EPiServer.Common.Data.dll) Version: 4.1.517.380

Syntax

C#
public class PagedCollectionResultSet : ICacheableDependent

Inheritance Hierarchy

System..::.Object
  EPiServer.Common.Data..::.PagedCollectionResultSet

See Also