pmMDA.NET

PersistenceHandler.Retrieve Method (Type, Object, Int32, DataObjectOrder)

[This is preliminary documentation and subject to change.]

Retrieves a subset of data objects which are from a specified type and which follow the last available item.

public IDataObject[] Retrieve(
   Type type,
   object lastAvailableId,
   int count,
   DataObjectOrder order
);

Parameters

type
The type of the requested data objects.
lastAvailableId
The Id of the last available root object. The first element in the returned array will be the item which is right behind the last available item.
count
The count of items to retrieve.
order
The order that specifies the sequence of the returned data objects.

Return Value

An array which contains the next bunch of items.

Implements

IDataObjectHandlerImpl.Retrieve

Remarks

This method is used when root objects are loaded using paging if the preceding item of the requested item is available.

See Also

PersistenceHandler Class | PmMda.Net.Dog.Persistence Namespace | PersistenceHandler.Retrieve Overload List