Initializes a new instance of the EqPropertyExpression class.

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

Syntax

C#
public EqPropertyExpression(
	IProjection lhsProjection,
	string rhsPropertyName
)
Visual Basic
Public Sub New ( _
	lhsProjection As IProjection, _
	rhsPropertyName As String _
)
Visual C++
public:
EqPropertyExpression(
	IProjection^ lhsProjection, 
	String^ rhsPropertyName
)

Parameters

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

See Also