SaveRequest<TEntity>.Entity property

namespace: Serenity.Services   assemblySerenity.Net.Services

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