IDbResult.InsertedCount Property
.NET Standard 2.x
Gets the amount of rows that are inserted when saving the data changes to the database.
Namespace: SnapObjects.Data
Assembly: SnapObjects.Data.dll
Syntax
int InsertedCount { get; }
Returns
System.Int32
The amount of rows that are inserted.
Applies to
.NET Standard
2.x