DataObjectCollection T  PropertiesNemiro.Data.dll

The DataObjectCollection T  type exposes the following members.

Properties

  NameDescription
Public propertyCount
Returns the number of items in the collection.
Public propertyCurrentPage
Current page.
Public propertyIsReadOnly
ReadOnly or not ReadOnly, that is the question :)
Public propertyItem
Returns the item at the specified index.
Public propertyItems
Items collection.
Public propertyRecordsPerPage
Maximum number of records per page.
Public propertyTotalPages
Total number of pages.
Public propertyTotalRecords
The total number of entries on request without regard pages.
Top
See Also