DbBatchCommandCollection.Contains(DbBatchCommand) Metodo

Definizione

Indica se un DbBatchCommand oggetto è contenuto nell'insieme.

public:
 abstract bool Contains(System::Data::Common::DbBatchCommand ^ item);
public abstract bool Contains (System.Data.Common.DbBatchCommand item);
abstract member Contains : System.Data.Common.DbBatchCommand -> bool
Public MustOverride Function Contains (item As DbBatchCommand) As Boolean

Parametri

item
DbBatchCommand

Oggetto da individuare nella raccolta ICollection<T>.

Restituisce

true se l'oggetto DbBatchCommand è presente nella raccolta; in caso contrario, false.

Implementazioni

Si applica a