| DbUpdateAsyncE Method (E) |
An asynchronous version of
Update.
Namespace: LiteRepositoryAssembly: LiteRepository (in LiteRepository.dll) Version: 2.0.4
Syntaxpublic virtual Task<int> UpdateAsync<E>(
E entity
)
where E : class
Parameters
- entity
- Type: E
Entity to update in the database.
Type Parameters
- E
- Type of the entity.
Return Value
Type:
TaskInt32A task representing the asynchronous operation.
See Also