A property value, or grouped property value

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

Syntax

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

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

Inheritance Hierarchy

System..::.Object
  NHibernate.Expression..::.SimpleProjection
    NHibernate.Expression..::.PropertyProjection
      NHibernate.Expression..::.Property

See Also