Overload List

NameDescription
Public methodSave()()
Saves the instance information to the database. May Create or Update the instance depending on whether it has a valid ID.
Protected methodStatic memberSave(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.

See Also