Close any query statements that were left lying around

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

Syntax

Visual Basic (Declaration)
Sub CloseCommands
C#
void CloseCommands()
Visual C++
void CloseCommands()
JavaScript
function closeCommands();

Remarks

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

See Also