IDetailTracker.SaveChanges() Method
.NET Standard 2.x
Updates the database by executing the data changes tracked by the ISqlModelMapper
object.
Namespace: SnapObjects.Data
Assembly: SnapObjects.Data.dll
Syntax
IDbResult SaveChanges();
Returns
Returns an IDbResult
object which can be used to conveniently get the result of the executed database operation.
Remarks
It has the same effect as calling the ISqlModelMapper.SaveChanges method.
Applies to
.NET Standard
2.x