Initializes a new instance of the PropertyExpression class.

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

Syntax

C#
protected PropertyExpression(
	IProjection lhsProjection,
	string rhsPropertyName
)
Visual Basic
Protected Sub New ( _
	lhsProjection As IProjection, _
	rhsPropertyName As String _
)
Visual C++
protected:
PropertyExpression(
	IProjection^ lhsProjection, 
	String^ rhsPropertyName
)

Parameters

lhsProjection
Type: NHibernate.Criterion..::..IProjection
The projection.
rhsPropertyName
Type: System..::..String
Name of the RHS property.

See Also