Enlist the IDbCommand in the current Transaction.

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

Syntax

C#
void Enlist(
	IDbCommand command
)
Visual Basic
Sub Enlist ( _
	command As IDbCommand _
)
Visual C++
void Enlist(
	IDbCommand^ command
)

Parameters

command
Type: System.Data..::..IDbCommand
The IDbCommand to enlist.

Remarks

It is okay for this to be a no op implementation.

See Also