DwUpdateEventArgs Constructor
.NET Standard 2.x
Initializes a new instance of the DwUpdateEventArgs class.
Namespace: DWNet.Data
Assembly: DWNet.Data.dll
Overloads
Constructor | Description |
---|---|
DwUpdateEventArgs() | Initializes a new instance of the DwUpdateEventArgs class. |
DwUpdateEventArgs(int rowsInserted, int rowsUpdated, int rowsDeleted) | Initializes a new instance of the DwUpdateEventArgs class and specifies values for the RowsInserted, RowsUpdated, RowsDeleted properties. |