DbBatchCommandCollection.IndexOf(DbBatchCommand) Metodo

Definizione

Restituisce l'indice dell'oggetto DbBatchCommand specificato.

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

Parametri

item
DbBatchCommand

Oggetto da individuare nella raccolta IList<T>.

Restituisce

Indice dell'oggetto DbBatchCommand specificato.

Implementazioni

Si applica a