AtomsFramework Persistence Layer Reference Guide

LessThanCriteria Class

[This is preliminary documentation and subject to change.]

Criteria to check if an attribute is less than a value.

For a list of all members of this type, see LessThanCriteria Members.

System.Object
   AtomsFramework.SelectionCriteria
      AtomsFramework.LessThanCriteria

[Visual Basic]
Public Class LessThanCriteria
    Inherits SelectionCriteria
[C#]
public class LessThanCriteria : SelectionCriteria

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

Generates the SQL code required to compare an attribute to a value.

Requirements

Namespace: AtomsFramework

Assembly: AtomsFramework (in AtomsFramework.dll)

See Also

LessThanCriteria Members | AtomsFramework Namespace