Implementation of the IQuery interface for collection filters.

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

Syntax

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

Inheritance Hierarchy

System..::..Object
  NHibernate.Impl..::..AbstractQueryImpl
    NHibernate.Impl..::..QueryImpl
      NHibernate.Impl..::..CollectionFilterImpl

See Also