The DataObjectCollection T type exposes the following members.
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.) |
See Also