From NHibernate docs: specifies which operations should be cascaded from the parent object to the associated object.

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

Syntax

C#
public CascadeEnum Cascade{ get; set;}

See Also