DbBatchCommandCollection.Remove(DbBatchCommand) Método

Definición

Quita el objeto especificado DbBatchCommand 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 quitó correctamente; de lo contrario, false. Este método también devuelve false si item no se encontró en .DbBatchCommandCollection

Implementaciones

Se aplica a