DBConcurrencyException::CopyToRows Method (array<DataRow^>^)
.NET Framework (current version)
Copies the DataRow objects whose update failure generated this exception, to the specified array of DataRow objects.
Assembly: System.Data (in System.Data.dll)
When performing batch updates with the ContinueUpdateOnError property of the DataAdapter set to true, this exception is thrown if all row updates fail. In this case, this DBConcurrencyException contains DataRow objects for all rows whose update failed, rather than just the one DataRow object in Row, and the affected DataRow objects can be retrieved by calling CopyToRows.
.NET Framework
Available since 2.0
Available since 2.0
CopyToRows Overload
DBConcurrencyException Class
System.Data Namespace
DataAdapters and DataReaders
Performing Batch Updates with a DataAdapter
Show: