DataObjectCollection T  MethodsNemiro.Data.dll

The DataObjectCollection T  type exposes the following members.

Methods

  NameDescription
Public methodAdd
Adds an item to the collection.
Public methodAddRange
Adds items to the collection.
Public methodClear
Removes all items from the collection.
Public methodContains
Determines whether the collection contains the specified item or not.
Public methodCopyTo
Copies the items to the array.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodIndexOf
Determines the index of the specified item in the collection.
Public methodInsert
Inserts an item into the list at the specified location.
Protected methodMemberwiseClone (Inherited from Object.)
Public methodNextPage
Loads the collection of list entries to the next page.
Public methodPreviousPage
Loads the collection of list entries to the previous page.
Public methodRemove
Removes an item from the collection.
Public methodRemoveAt
Removes the item at the specified index.
Public methodToString (Inherited from Object.)
Top
See Also