AtomsFramework Persistence Layer Reference Guide

NotEqualToCriteria Class

[This is preliminary documentation and subject to change.]

Criteria for checking the inequality of an attribute and a value.

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

System.Object
   AtomsFramework.SelectionCriteria
      AtomsFramework.NotEqualToCriteria

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

NotEqualToCriteria Members | AtomsFramework Namespace