Saves the object to the database.
If the object is a newly created object then its schema's Insert command is used, otherwise the Update command is used.
| Exception Type | Condition |
|---|---|
| BOException |
This sample code creates an object of type Account and saves it to the database.
Account account;
account = new Account("Ebay", AccountType.Business);
account.Save();
BusinessObject Class | Kredor.BO Namespace | BusinessObject.Save Overload List