Skip to content

SaveRequestHandler<TRow,TSaveRequest,TSaveResponse>.Row property

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

public TRow Row { get; protected set; }

See Also