Namespace:
NHibernate.Expression
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Function Gt ( _ value As Object _ ) As AbstractCriterion |
C# |
---|
public AbstractCriterion Gt( Object value ) |
Visual C++ |
---|
public: AbstractCriterion^ Gt( Object^ value ) |
JavaScript |
---|
function gt(value); |
Parameters
- value
- Type: System..::.Object