A factory for property-specific AbstractCriterion and projection instances

Namespace:  NHibernate.Expression
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
<SerializableAttribute> _
Public Class Property _
	Inherits PropertyProjection
C#
[SerializableAttribute]
public class Property : PropertyProjection
Visual C++
[SerializableAttribute]
public ref class Property : public PropertyProjection
JavaScript
NHibernate.Expression.Property = function();

Type.createClass(
	'NHibernate.Expression.Property',
	NHibernate.Expression.PropertyProjection);

Inheritance Hierarchy

See Also