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