Execute this action

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

Syntax

C#
public override void Execute()
Visual Basic
Public Overrides Sub Execute
Visual C++
public:
virtual void Execute() override

Implements

IExecutable..::..Execute()()()()

Remarks

This method is called when a new non-null collection is persisted or when an existing (non-null) collection is moved to a new owner

See Also