DataRowCollection.IndexOf(DataRow) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient l’index de l’objet spécifié DataRow .
public:
int IndexOf(System::Data::DataRow ^ row);
public int IndexOf(System.Data.DataRow? row);
public int IndexOf(System.Data.DataRow row);
member this.IndexOf : System.Data.DataRow -> int
Public Function IndexOf (row As DataRow) As Integer
Paramètres
- row
- DataRow
À DataRow rechercher.
Retours
Index de base zéro de la ligne, ou -1 si la ligne est introuvable dans la collection.