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