AtomsFramework Persistence Layer Reference Guide

GreaterThanOrEqualTo Class

[This is preliminary documentation and subject to change.]

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

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

System.Object
   AtomsFramework.SelectionCriteria
      AtomsFramework.GreaterThanOrEqualTo

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

GreaterThanOrEqualTo Members | AtomsFramework Namespace