Apply a "greater than or equal" constraint to two properties
            
Namespace: NHibernate.CriterionAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# | 
|---|
public static AbstractCriterion GeProperty( string propertyName, IProjection projection )  | 
| Visual Basic | 
|---|
Public Shared Function GeProperty ( _ propertyName As String, _ projection As IProjection _ ) As AbstractCriterion  | 
| Visual C++ | 
|---|
public: static AbstractCriterion^ GeProperty( String^ propertyName, IProjection^ projection )  | 
Parameters
- propertyName
 - Type: System..::..String
The lhs Property Name 
- projection
 - Type: NHibernate.Criterion..::..IProjection
The projection.