ISqlModelMapper.SaveChangesAsync Method
.NET Standard 2.x
Asynchronously saves all of the data changes to the database, by executing the database table operations tracked by the ISqlModelMapper
object, and calls the tracked Action
delegates during operations.
Namespace: SnapObjects.Data
Assembly: SnapObjects.Data.dll
Overloads
Method | Description |
---|---|
SaveChangesAsync() | Asynchronously saves all of the data changes to the database, by executing the database table operations tracked by the ISqlModelMapper object, and calls the tracked Action delegates during operations. |
SaveChangesAsync(CancellationToken cancellationToken) | Asynchronously saves all of the data changes to the database, by executing the database table operations tracked by the ISqlModelMapper object, and calls the tracked Action delegates during operations. |