Partager via


Membres DataItemCollection

Contains a collection of DataItem objects. This class cannot be inherited.

Le type DataItemCollection expose les membres suivants.

Méthodes

  Nom Description
Méthode publique Add(DataItem) Adds a DataItem to the end of the collection.
Méthode publique Add(String, String) Creates and adds a DataItem, with the specified table name and column name, to the end of the collection.
Méthode publique Add(String, String, OleDbType) Creates and adds a DataItem, with the specified table name, column name, and data type, to the end of the collection.
Méthode publique Add(String, String, OleDbType, Int32) Creates and adds a DataItem, with the specified table name, column name, data type, and data size, to the end of the collection.
Méthode publique Clear Removes all elements from the collection. This class cannot be inherited.
Méthode publique Contains Indicates whether the collection contains a specified DataItem.
Méthode publique CopyTo Copies the entire collection to a compatible one-dimensional Array, starting at the specified index of the target array. This class cannot be inherited.
Méthode publique Equals (Hérité de Object.)
Méthode protégée Finalize (Hérité de Object.)
Méthode publique GetHashCode (Hérité de Object.)
Méthode publique GetType (Hérité de Object.)
Méthode publique IndexOf Gets the index of a specified DataItem.
Méthode publique Insert Inserts a DataItem into the collection at the specified index.
Méthode protégée MemberwiseClone (Hérité de Object.)
Méthode publique Remove Removes the specified DataItem from the collection.
Méthode publique RemoveAt Removes the DataItem at the specified index from the collection. This class cannot be inherited.
Méthode publique ToString (Hérité de Object.)

Haut de la page

Propriétés

  Nom Description
Propriété publique Count Gets the number of DataItem objects contained in the collection.
Propriété publique Item Gets the DataItem at the specified index from the collection.

Haut de la page