AtomsFramework Persistence Layer Reference Guide

SelectionCriteria Class

[This is preliminary documentation and subject to change.]

Abstract class containing much of the functionality required by the various selection criteria classes.

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

System.Object
   AtomsFramework.SelectionCriteria
      Derived types

[Visual Basic]
MustInherit Public Class SelectionCriteria
    Implements ISelectionCriteria
[C#]
public abstract class SelectionCriteria : ISelectionCriteria

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

This class contains the bulk of the functionality that will be used by the various selection criteria, however it does not cotain the specific code required by the selection criteria to actually generate SQL which is why it is an abstract class.

Requirements

Namespace: AtomsFramework

Assembly: AtomsFramework (in AtomsFramework.dll)

See Also

SelectionCriteria Members | AtomsFramework Namespace