A property value, or grouped property value

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

Syntax

C#
[SerializableAttribute]
public class PropertyProjection : SimpleProjection, 
	IPropertyProjection
Visual Basic
<SerializableAttribute> _
Public Class PropertyProjection _
	Inherits SimpleProjection _
	Implements IPropertyProjection
Visual C++
[SerializableAttribute]
public ref class PropertyProjection : public SimpleProjection, 
	IPropertyProjection

Inheritance Hierarchy

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

See Also