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