DbBatchCommandCollection.Contains(DbBatchCommand) Método

Definição

Indica se a DbBatchCommand está contida na coleção.

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

O objeto a localizar no ICollection<T>.

Devoluções

true se o DbBatchCommand estiver na coleção; caso contrário false.

Implementações

Aplica-se a