IEntityUpdateOperations<T>.UpdateAsync(T) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Asynchronously updates an entity.
public System.Threading.Tasks.Task<T> UpdateAsync (T entity);
abstract member UpdateAsync : 'T -> System.Threading.Tasks.Task<'T>
Public Function UpdateAsync (entity As T) As Task(Of T)
Parameters
- entity
- T
The entity information.
Returns
Task<T>
The updated entity.