Collection of database entities.
Inheritance Hierarchy
Nemiro.Data DataObjectCollection T
Namespace: Nemiro.Data
Assembly: Nemiro.Data (in Nemiro.Data.dll) Version: 2.11.4.126 (2.11.4.126)
Syntax
Type Parameters
- T
- The entity type.
The DataObjectCollection T type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| DataObjectCollection T (DataObjectCollection BaseObject ) |
Initializes a new instance of the DataObjectCollection T class by BaseObject.
| |
| DataObjectCollection T (Type, Int32, Int32, Int32, String , Object, String) |
Initializes a new instance of the DataObjectCollection T class.
|
Methods
| Name | Description | |
|---|---|---|
| Add |
Adds an item to the collection.
| |
| AddRange |
Adds items to the collection.
| |
| Clear |
Removes all items from the collection.
| |
| Contains |
Determines whether the collection contains the specified item or not.
| |
| CopyTo |
Copies the items to the array.
| |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetEnumerator |
Returns an enumerator.
| |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| IndexOf |
Determines the index of the specified item in the collection.
| |
| Insert |
Inserts an item into the list at the specified location.
| |
| MemberwiseClone | (Inherited from Object.) | |
| NextPage |
Loads the collection of list entries to the next page.
| |
| PreviousPage |
Loads the collection of list entries to the previous page.
| |
| Remove |
Removes an item from the collection.
| |
| RemoveAt |
Removes the item at the specified index.
| |
| ToString | (Inherited from Object.) |
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