Saves this object to the database
Exception Type | Condition |
---|---|
ValidationException | Thrown if the object fails the database constraints. The Message property contains detailed information on why it failed, which is suitable to be shown to the end user. |
ConcurrencyException | Thrown if an object is read and updated by more than one user at the same time. The first to save will have no problem, but if anyone tries to save subsequent to another save without re-reading the data, then this exception will be thrown. The Message property contains detailed information suitable to be shown to the end user. |
DBObject Class | Shunde.Framework Namespace