Clears all pending subselect fetches from the queue.

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

Syntax

C#
public void ClearSubselects()
Visual Basic
Public Sub ClearSubselects
Visual C++
public:
void ClearSubselects()

Remarks

Called after flushing.

See Also