Row<TFields>.EndEdit method
namespace: Serenity.Data assembly: Serenity.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
- class Row<TFields>