Overload List
| Name | Description | |
|---|---|---|
| Save()() |
Saves the instance information to the database.
May Create or Update the instance depending
on whether it has a valid ID.
| |
| Save(Object) |
Saves the instance to the database. If the primary key is unitialized
it creates the instance on the database. Otherwise it updates it.
If the primary key is assigned, then you must invoke Create()() or Update()() instead. |