DbBatchCommandCollection.Contains(DbBatchCommand) Método

Definición

Indica si un DbBatchCommand objeto está contenido en la colección.

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

Parámetros

item
DbBatchCommand

Objeto que se va a buscar en ICollection<T>.

Devoluciones

true si DbBatchCommand está en la colección; de lo contrario, false.

Implementaciones

Se aplica a