Initializes a new instance of the PropertyExpression class.
            
Namespace: NHibernate.CriterionAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# | 
|---|
protected PropertyExpression( string lhsPropertyName, IProjection rhsProjection )  | 
| Visual Basic | 
|---|
Protected Sub New ( _ lhsPropertyName As String, _ rhsProjection As IProjection _ )  | 
| Visual C++ | 
|---|
protected: PropertyExpression( String^ lhsPropertyName, IProjection^ rhsProjection )  | 
Parameters
- lhsPropertyName
 - Type: System..::..String
Name of the LHS property. 
- rhsProjection
 - Type: NHibernate.Criterion..::..IProjection
The RHS projection.