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( IProjection lhsProjection, IProjection rhsProjection )  | 
| Visual Basic | 
|---|
Public Sub New ( _ lhsProjection As IProjection, _ rhsProjection As IProjection _ )  | 
| Visual C++ | 
|---|
public: GePropertyExpression( IProjection^ lhsProjection, IProjection^ rhsProjection )  | 
Parameters
- lhsProjection
 - Type: NHibernate.Criterion..::..IProjection
The LHS projection. 
- rhsProjection
 - Type: NHibernate.Criterion..::..IProjection
The RHS projection.