Saves the instance to the database. If the primary key is unitialized
it creates the instance on the database. Otherwise it updates it.
Namespace: Castle.ActiveRecord
If the primary key is assigned, then you must invoke Create()() or Update()() instead.
Assembly: Castle.ActiveRecord (in Castle.ActiveRecord.dll)
Version: 1.0.3.0
Syntax
| C# |
|---|
protected internal static void Save( Object instance ) |
Parameters
- instance
- Object
The ActiveRecord instance to be saved
See Also
ActiveRecordBase Class
Castle.ActiveRecord Namespace