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