Get the before-transaction-completion process, if any, for this action.

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

Syntax

C#
BeforeTransactionCompletionProcessDelegate BeforeTransactionCompletionProcess { get; }
Visual Basic
ReadOnly Property BeforeTransactionCompletionProcess As BeforeTransactionCompletionProcessDelegate
	Get
Visual C++
property BeforeTransactionCompletionProcessDelegate^ BeforeTransactionCompletionProcess {
	BeforeTransactionCompletionProcessDelegate^ get ();
}

See Also