Default implementation of the IQuery, for "ordinary" HQL queries (not collection filters)

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

Syntax

C#
public class QueryImpl : AbstractQueryImpl
Visual Basic
Public Class QueryImpl _
	Inherits AbstractQueryImpl
Visual C++
public ref class QueryImpl : public AbstractQueryImpl

Inheritance Hierarchy

See Also