AtomsFramework Persistence Layer Reference Guide

CriteriaCondition Class

[This is preliminary documentation and subject to change.]

Generates the SQL for the WHERE and HAVING sections of an SQL statement

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

System.Object
   AtomsFramework.CriteriaCondition

[Visual Basic]
Public Class CriteriaCondition
[C#]
public class CriteriaCondition

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

Contains the code for generating the WHERE clause or the HAVING clause of an SQL statement. At this point in time only the WHERE clause is actually supported although the support for HAVING should be fairly trivial.

Requirements

Namespace: AtomsFramework

Assembly: AtomsFramework (in AtomsFramework.dll)

See Also

CriteriaCondition Members | AtomsFramework Namespace