DBConcurrencyException::RowCount Property

 

Gets the number of rows whose update failed, generating this exception.

Namespace:   System.Data
Assembly:  System.Data (in System.Data.dll)

public:
property int RowCount {
	int get();
}

Property Value

Type: System::Int32

An integer containing a count of the number of rows whose update failed.

.NET Framework
Available since 2.0
Return to top
Show: