The Expression 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.Expression
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Public NotInheritable Class Expression
C#
public sealed class Expression
Visual C++
public ref class Expression sealed
JavaScript
NHibernate.Expression.Expression = function();

Type.createClass(
	'NHibernate.Expression.Expression');

Inheritance Hierarchy

System..::.Object
  NHibernate.Expression..::.Expression

See Also