Share via


DbBatchCommandCollection.IndexOf(DbBatchCommand) Método

Definição

Retorna o índice do objeto DbBatchCommand especificado.

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

Parâmetros

item
DbBatchCommand

O objeto a ser localizado no IList<T>.

Retornos

O índice do objeto DbBatchCommand especificado.

Implementações

Aplica-se a