Persists the modification on the instance
state to the database.
Namespace: Castle.ActiveRecord
Assembly: Castle.ActiveRecord (in Castle.ActiveRecord.dll)
Version: 1.0.3.0
Syntax
| C# |
|---|
public virtual void Update() |
Remarks
If within a SessionScope the operation
is going to be on hold until NHibernate (or you) decides to flush
the session.
See Also
ActiveRecordBase Class
Castle.ActiveRecord Namespace