Apply a "greater than or equal" constraint to the named property
Namespace:
NHibernate.ExpressionAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared Function Ge ( _ propertyName As String, _ value As Object _ ) As SimpleExpression |
C# |
---|
public static SimpleExpression Ge( string propertyName, Object value ) |
Visual C++ |
---|
public: static SimpleExpression^ Ge( String^ propertyName, Object^ value ) |
JavaScript |
---|
NHibernate.Expression.Expression.ge = function(propertyName, value); |
Parameters
- propertyName
- Type: System..::.String
The name of the Property in the class.
- value
- Type: System..::.Object
The value for the Property.