[Missing <summary> documentation for "P:NHibernate.Action.CollectionUpdateAction.BeforeTransactionCompletionProcess"]

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

Syntax

C#
public override BeforeTransactionCompletionProcessDelegate BeforeTransactionCompletionProcess { get; }
Visual Basic
Public Overrides ReadOnly Property BeforeTransactionCompletionProcess As BeforeTransactionCompletionProcessDelegate
	Get
Visual C++
public:
virtual property BeforeTransactionCompletionProcessDelegate^ BeforeTransactionCompletionProcess {
	BeforeTransactionCompletionProcessDelegate^ get () override;
}

Implements

IExecutable..::..BeforeTransactionCompletionProcess

See Also