SaveRequest<TEntity>.Entity property
The entity containing only the fields that should be inserted / updated. Partial patch is only possible with Row types as only it provides assignment information from the originating JSON.
public TEntity? Entity { get; set; }
See Also
- class SaveRequest<TEntity>