DbBatchCommandCollection.Remove(DbBatchCommand) Método

Definición

Quita el objeto DbBatchCommand especificado de la colección.

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

Objeto que se va a quitar de ICollection<T>.

Devoluciones

true si item se ha quitado correctamente; de lo contrario, false. Este método también devuelve false si no se encuentra item en DbBatchCommandCollection.

Implementaciones

Se aplica a