AtomsFramework Persistence Layer Reference Guide

InCriteria Class

[This is preliminary documentation and subject to change.]

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

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

System.Object
   AtomsFramework.SelectionCriteria
      AtomsFramework.InCriteria

[Visual Basic]
Public Class InCriteria
    Inherits SelectionCriteria
[C#]
public class InCriteria : 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 contained within the results of an SQL subquery.

Requirements

Namespace: AtomsFramework

Assembly: AtomsFramework (in AtomsFramework.dll)

See Also

InCriteria Members | AtomsFramework Namespace