DbBatchCommandCollection.Remove(DbBatchCommand) Método

Definição

Remove o objeto especificado DbBatchCommand da coleção.

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

Parâmetros

item
DbBatchCommand

O objeto a remover do ICollection<T>.

Devoluções

true se item foi removido com sucesso; caso contrário, false. Este método também retorna false se item não foi encontrado no DbBatchCommandCollection.

Implementações

Aplica-se a