DataRowCollection.IndexOf(DataRow) Méthode
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 DataRow spécifié.
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
- row
- DataRow
DataRow
à rechercher.
Index de base zéro de la ligne ou -1 si la ligne est introuvable dans la collection.
Commentaires sur .NET
.NET est un projet open source. Sélectionnez un lien pour fournir des commentaires :