IGenericRepository(TEntity).Save Method

Template MVC

IGenericRepositoryTEntitySave Method

Save all the changes made to the context

Namespace:  Template.Core.Interface
Assembly:  Template.Repository (in Template.Repository.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
int Save()

Return Value

Type: Int32
The number of affected rows
See Also