DbBatchCommandCollection.IndexOf(DbBatchCommand) Metodo

Definizione

Restituisce l'indice dell'oggetto specificato 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

Parametri

item
DbBatchCommand

Oggetto da individuare nell'oggetto IList<T>.

Valori restituiti

Indice dell'oggetto specificato DbBatchCommand .

Implementazioni

Si applica a