Template Documentation
IGenericRepositoryTEntityEdit Method |
Marks the passed entity as Modified, the changes will persist on Save
Namespace: Template.Core.Interface
Assembly: Template.Repository (in Template.Repository.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
TEntity Edit( TEntity entity )
Parameters
- entity
- Type: TEntity
[Missing <param name="entity"/> documentation for "M:Template.Core.Interface.IGenericRepository`1.Edit(`0)"]
Return Value
Type: TEntityThe modified entity
See Also