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

The factory methods that take an alias allow the projected value to be referred to by criterion and order instances.

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

Syntax

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

Inheritance Hierarchy

System..::..Object
  NHibernate.Criterion..::..Projections

See Also