DbBatchCommandCollection.IndexOf(DbBatchCommand) Metoda

Definicja

Zwraca indeks określonego DbBatchCommand obiektu.

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

Parametry

item
DbBatchCommand

Obiekt do zlokalizowania w obiekcie IList<T>.

Zwraca

Indeks określonego DbBatchCommand obiektu.

Implementuje

Dotyczy