For this style, should the given action be cascaded?

Namespace: NHibernate.Engine
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public abstract bool DoCascade(
	CascadingAction action
)
Visual Basic
Public MustOverride Function DoCascade ( _
	action As CascadingAction _
) As Boolean
Visual C++
public:
virtual bool DoCascade(
	CascadingAction^ action
) abstract

Parameters

action
Type: NHibernate.Engine..::..CascadingAction
The action to be checked for cascade-ability.

Return Value

True if the action should be cascaded under this style; false otherwise.

See Also