pmMDA.NET

PagedSet.GetNext Method 

[This is preliminary documentation and subject to change.]

Gets the item which follows a previous.

public object GetNext(
   object previous
);

Parameters

previous
The item from which the next item is requested.

Return Value

The item which follows the previous item.

Exceptions

Exception Type Condition
ArgumentNullException The previous is a null reference.
PagingException No data object manager is registered in the locator.
- or -
An error occurred while reloading the items.

See Also

PagedSet Class | PmMda.Net.Dog.Paging Namespace