DbBatchCommandCollection.IndexOf(DbBatchCommand) Methode

Definitie

Retourneert de index van het opgegeven DbBatchCommand object.

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

Parameters

item
DbBatchCommand

Het object dat moet worden gevonden in de IList<T>.

Retouren

De index van het opgegeven DbBatchCommand object.

Implementeringen

Van toepassing op