Close any query statements that were left lying around
Namespace:
NHibernate.EngineAssembly: 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.