DbDataAdapter::ClearBatch Method
Removes all IDbCommand objects from the batch.
Namespace: System.Data.Common
Assembly: System.Data (in System.Data.dll)
| Exception | Condition |
|---|---|
| NotSupportedException | The adapter does not support batches. |
In DbDataAdapter, this method throws NotSupportedException. Classes that inherit from DbDataAdapter override this method to provide support for batches.
Notes to ImplementersThis method is protected and is designed for use by a .NET Framework data provider.
If a class that inherits from DbDataAdapter supports batches, that class overrides this method to allow users to remove all commands from a batch.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.