AtomsFramework Persistence Layer Reference Guide

EqualToCriteria Class

[This is preliminary documentation and subject to change.]

Criteria for checking the equality of an attribute with a value.

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

System.Object
   AtomsFramework.SelectionCriteria
      AtomsFramework.EqualToCriteria

[Visual Basic]
Public Class EqualToCriteria
    Inherits SelectionCriteria
[C#]
public class EqualToCriteria : 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 for an equivalence check of an attribute to a value.

Requirements

Namespace: AtomsFramework

Assembly: AtomsFramework (in AtomsFramework.dll)

See Also

EqualToCriteria Members | AtomsFramework Namespace