DbBatchCommandCollection.Contains(DbBatchCommand) Método

Definição

Indica se um DbBatchCommand está contido 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 ser localizado no ICollection<T>.

Retornos

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

Implementações

Aplica-se a