pmMDA.NET

PagingHelper.Reload Method (IDataObject, Int32, DataObjectOrder)

[This is preliminary documentation and subject to change.]

Reloads items by the last available item.

public virtual IDataObject[] Reload(
   IDataObject previous,
   int count,
   DataObjectOrder order
);

Parameters

previous
The last available item. The reloaded items will follow it.
count
The maximum count of reloaded items.
order
The order that specifies the sequence of the returned items.

Return Value

An array which contains the reloaded items.

Exceptions

Exception Type Condition
ArgumentOutOfRangeException The count is less than 1. paged collection.
PagingException No data object manager is registered in the locator.
- or -
The count of persistent items could not be reloaded.
- or -
The items could not be reloaded.
- or -
The owner has been modified by another transaction and an exception is thrown as a result. Note that this exception is only thrown in special cases. See the DefaultOwnerModifiedAction property for further information.

See Also

PagingHelper Class | PmMda.Net.Dog.Paging Namespace | PagingHelper.Reload Overload List