Persist.NET Documentation Class Library

PersistentStatement.GetGreaterThanCriteria Method 

Return an ICriteria used to compare if an Attribute is Greater than a parameter

[Visual Basic]
Public Function GetGreaterThanCriteria( _
   ByVal attributeName As String _
) As GreaterThanCriteria
[C#]
public GreaterThanCriteria GetGreaterThanCriteria(
   string attributeName
);

Parameters

attributeName
the Attribute name

Return Value

the ICriteria

See Also

PersistentStatement Class | Persist.Statements Namespace