AtomsFramework Persistence Layer Reference Guide

LessThanOrEqualToCriteria Class

[This is preliminary documentation and subject to change.]

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

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

System.Object
   AtomsFramework.SelectionCriteria
      AtomsFramework.LessThanOrEqualToCriteria

[Visual Basic]
Public Class LessThanOrEqualToCriteria
    Inherits SelectionCriteria
[C#]
public class LessThanOrEqualToCriteria : 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

LessThanOrEqualToCriteria Members | AtomsFramework Namespace