Creates (Saves) a new instance to the database.

Namespace: Castle.ActiveRecord
Assembly:  Castle.ActiveRecord (in Castle.ActiveRecord.dll)
Version: 1.0.3.0

Syntax

C#
public virtual void Create()

Remarks

If within a SessionScope the operation is going to be on hold until NHibernate (or you) decides to flush the session.

See Also