AtomsFramework Persistence Layer Reference Guide

RetrieveCriteria Class

[This is preliminary documentation and subject to change.]

Retrieve criteria specifically used for retrieving objects of a particular class.

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

System.Object
   AtomsFramework.PersistentCriteria
      AtomsFramework.RetrieveCriteria

[Visual Basic]
Public Class RetrieveCriteria
    Inherits PersistentCriteria
[C#]
public class RetrieveCriteria : PersistentCriteria

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

Used to specify and generate the SQL required to retrieve data for a particular class from the database. The data can be restricted to a number of records using the Rows property and records can be retrieved from a point using the Offset property (allowing for staged retrieval of data).

Requirements

Namespace: AtomsFramework

Assembly: AtomsFramework (in AtomsFramework.dll)

See Also

RetrieveCriteria Members | AtomsFramework Namespace