Persist.NET Documentation Class Library

PersistentStatement.GetLessThanCriteria Method 

Return an ICriteria used to compare if an Attribute Less than or equal a parameter

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

Parameters

attributeName
the Attribute name

Return Value

the ICriteria

See Also

PersistentStatement Class | Persist.Statements Namespace