IEntityUpdateOperations<T>.Update(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.
Updates an entity.
public T Update (T entity);
abstract member Update : 'T -> 'T
Public Function Update (entity As T) As T
Parameters
- entity
- T
The entity information.
Returns
T
The updated entity.