Apply a "greater than" 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 Gt( IProjection projection, Object value ) |
Visual Basic |
---|
Public Shared Function Gt ( _ projection As IProjection, _ value As Object _ ) As SimpleExpression |
Visual C++ |
---|
public: static SimpleExpression^ Gt( 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.Gt(NHibernate.Criterion.IProjection,System.Object)"]