ClientDataObjectHandler.Retrieve Method (Type, Object, Type, Object, String, Int32, DataObjectOrder, DateTime)
[This is preliminary documentation and subject to change.]
Retrieves the items of an indexed property as data objects.
Parameters
-
ownerType
- The type of the data objects which owns the indexed property.
-
ownerId
- The id of the owner.
-
itemType
- The item type of the indexed property.
-
lastAvailableItemId
- The id of the last available item. The first element in the returned array will be the item which is right behind the last retrieved item.
-
fieldName
- The name of the field which represents the indexed property.
-
count
- The count of items to reload.
-
order
- The order that specifies the sequence of the returned data objects.
-
ownerTS
- Contains the current timestamp of the specified ownerId after the execution.
Return Value
An array which contains the next bunch of items.
Implements
IDataObjectHandlerImpl.Retrieve
Remarks
This method is used to reload items of a paged collection.
See Also
ClientDataObjectHandler Class | PmMda.Net.Dog.Remoting Namespace | ClientDataObjectHandler.Retrieve Overload List