AtomsFramework Persistence Layer Reference Guide

NotInCriteria Class

[This is preliminary documentation and subject to change.]

Criteria to determine if an attributes values "is not in" an SQL subquery.

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

System.Object
   AtomsFramework.SelectionCriteria
      AtomsFramework.NotInCriteria

[Visual Basic]
Public Class NotInCriteria
    Inherits SelectionCriteria
[C#]
public class NotInCriteria : 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 determine if an attributes value is not contained within the results of an SQL subquery.

Requirements

Namespace: AtomsFramework

Assembly: AtomsFramework (in AtomsFramework.dll)

See Also

NotInCriteria Members | AtomsFramework Namespace