Skip to content

Row<TFields>.EndEdit method

namespace: Serenity.Data   assemblySerenity.Net.Entity

Pushes changes since the last BeginEdit or AddNew call into the underlying object.

public void EndEdit()

Exceptions

exception condition
Exception Please fix the marked fields on the row.

See Also