XPCursor Properties
A pageable collection of persistent objects.| Name | Description |
|---|---|
| Count | Gets the number of persistent objects within the collection. |
| ObjectClassInfo | Gets the metadata information for the persistent objects retrieved by the collection. |
| PageSize | Gets or sets the maximum number of persistent objects that can be contained in a single page. |
| SelectDeleted | Gets or sets whether deleted objects are retrieved by the XPCursor the next time it is reloaded. |
| Session | Gets the session which is used to load and save persistent objects. |
| Sorting | Provides access to the collection whose elements identify the sorted columns in a data store. |
| TopReturnedObjects | Gets or sets the maximum number of objects retrieved by the XPCursor collection. |
See Also