Cancel the current query statement

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

Syntax

Visual Basic (Declaration)
Sub CancelLastQuery
C#
void CancelLastQuery()
Visual C++
void CancelLastQuery()
JavaScript
function cancelLastQuery();

See Also