The NHibernate.Criterion namespace may be used by applications as a framework for building new kinds of ICriterion. However, it is intended that most applications will simply use the built-in criterion types via the static factory methods of this class.

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

Syntax

C#
public class Restrictions
Visual Basic
Public Class Restrictions
Visual C++
public ref class Restrictions

Inheritance Hierarchy

System..::..Object
  NHibernate.Criterion..::..Restrictions
    NHibernate.Criterion..::..Expression

See Also