DbBatchCommandCollection.Remove(DbBatchCommand) Metodo

Definizione

Rimuove l'oggetto DbBatchCommand specificato dalla raccolta.

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

Parametri

item
DbBatchCommand

Oggetto da rimuovere da ICollection<T>.

Restituisce

true se item è stato rimosso correttamente; in caso contrario, false. Questo metodo restituisce anche false se item non è stato trovato nell'oggetto DbBatchCommandCollection.

Implementazioni

Si applica a