The DataObjectCollection T type exposes the following members.
Properties
Name | Description | |
---|---|---|
Count |
Returns the number of items in the collection.
| |
CurrentPage |
Current page.
| |
IsReadOnly |
ReadOnly or not ReadOnly, that is the question :)
| |
Item |
Returns the item at the specified index.
| |
Items |
Items collection.
| |
RecordsPerPage |
Maximum number of records per page.
| |
TotalPages |
Total number of pages.
| |
TotalRecords |
The total number of entries on request without regard pages.
|
See Also