DbBatchCommandCollection.IndexOf(DbBatchCommand) メソッド

定義

指定した 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

パラメーター

item
DbBatchCommand

IList<T> 内で検索するオブジェクト。

戻り値

指定された DbBatchCommand オブジェクトのインデックス。

実装

適用対象