AtomsFramework Persistence Layer Reference Guide

SelectInListCriteria Class

[This is preliminary documentation and subject to change.]

Class for controlling "select ... where x in (a,b,c,d)" clauses.

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

System.Object
   AtomsFramework.SelectionCriteria
      AtomsFramework.SelectInListCriteria

[Visual Basic]
Public Class SelectInListCriteria
    Inherits SelectionCriteria
[C#]
public class SelectInListCriteria : 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 to check if a value is in an array

Requirements

Namespace: AtomsFramework

Assembly: AtomsFramework (in AtomsFramework.dll)

See Also

SelectInListCriteria Members | AtomsFramework Namespace