DbBatchCommandCollection.IndexOf(DbBatchCommand) Méthode

Définition

Retourne l’index de l’objet spécifié DbBatchCommand .

public:
 abstract int IndexOf(System::Data::Common::DbBatchCommand ^ item);
public abstract int IndexOf(System.Data.Common.DbBatchCommand item);
abstract member IndexOf : System.Data.Common.DbBatchCommand -> int
Public MustOverride Function IndexOf (item As DbBatchCommand) As Integer

Paramètres

item
DbBatchCommand

Objet à localiser dans le IList<T>.

Retours

Index de l’objet spécifié DbBatchCommand .

Implémente

S’applique à