Apply a "less 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 LeProperty( IProjection lhsProjection, IProjection rhsProjection ) |
| Visual Basic |
|---|
Public Shared Function LeProperty ( _ lhsProjection As IProjection, _ rhsProjection As IProjection _ ) As AbstractCriterion |
| Visual C++ |
|---|
public: static AbstractCriterion^ LeProperty( IProjection^ lhsProjection, IProjection^ rhsProjection ) |
Parameters
- lhsProjection
- Type: NHibernate.Criterion..::..IProjection
The LHS projection.
- rhsProjection
- Type: NHibernate.Criterion..::..IProjection
The RHS projection.