DwUpdateEventArgs.RowsDeleted Property
.NET Standard 2.x
Gets the number of rows deleted when updating the database. It can be used in the IDataStore.UpdateEnd event.
Namespace: DWNet.Data
Assembly: DWNet.Data.dll
Syntax
public int RowsDeleted { get;}
Return
System.Int32
The number of rows deleted when updating the database.
Applies to
.NET Standard
2.x