Apply a "greater than" constraint to two properties
Namespace:
NHibernate.ExpressionAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared Function GtProperty ( _ propertyName As String, _ otherPropertyName As String _ ) As AbstractCriterion |
C# |
---|
public static AbstractCriterion GtProperty( string propertyName, string otherPropertyName ) |
Visual C++ |
---|
public: static AbstractCriterion^ GtProperty( String^ propertyName, String^ otherPropertyName ) |
JavaScript |
---|
NHibernate.Expression.Expression.gtProperty = function(propertyName, otherPropertyName); |
Parameters
- propertyName
- Type: System..::.String
The lhs Property Name
- otherPropertyName
- Type: System..::.String
The rhs Property Name