Skip to content

SaveRequestHandler<TRow,TSaveRequest,TSaveResponse>.Row property

namespace: Serenity.Services   assemblySerenity.Net.Services

Gets the inserted entity for Create and the new entity for Update.

public TRow Row { get; protected set; }

See Also