Apply a "greater than or equal" constraint to the projection
Namespace: NHibernate.CriterionAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public static SimpleExpression Ge( IProjection projection, Object value ) |
Visual Basic |
---|
Public Shared Function Ge ( _ projection As IProjection, _ value As Object _ ) As SimpleExpression |
Visual C++ |
---|
public: static SimpleExpression^ Ge( IProjection^ projection, Object^ value ) |
Parameters
- projection
- Type: NHibernate.Criterion..::..IProjection
The projection.
- value
- Type: System..::..Object
The value for the Property.
Return Value
[Missing <returns> documentation for "M:NHibernate.Criterion.Restrictions.Ge(NHibernate.Criterion.IProjection,System.Object)"]