Close any query statements that were left lying around

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

Syntax

C#
void CloseCommands()
Visual Basic
Sub CloseCommands
Visual C++
void CloseCommands()

Remarks

Use this method instead of Dispose if the IBatcher can be used again.

See Also