Initializes a new instance of the LePropertyExpression class.

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

Syntax

C#
public LePropertyExpression(
	string lhsPropertyName,
	IProjection rhsProjection
)
Visual Basic
Public Sub New ( _
	lhsPropertyName As String, _
	rhsProjection As IProjection _
)
Visual C++
public:
LePropertyExpression(
	String^ lhsPropertyName, 
	IProjection^ rhsProjection
)

Parameters

lhsPropertyName
Type: System..::..String
Name of the LHS property.
rhsProjection
Type: NHibernate.Criterion..::..IProjection
The RHS projection.

See Also