IEntityPatchOperations<T>.Patch(T) Method

Definition

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.

Applies to