IDbResult.AffectedCount Property
.NET Standard 2.x
Gets the amount of rows that are affected when saving the data changes to the database.
Namespace: SnapObjects.Data
Assembly: SnapObjects.Data.dll
Syntax
int AffectedCount { get; }
Returns
System.Int32
The amount of rows that are affected. It is equivalent to a sum of InsertedCount, DeletedCount, and ModifiedCount properties.
Applies to
.NET Standard
2.x