AtomsFramework Persistence Layer Reference Guide

OrderEntry Class

[This is preliminary documentation and subject to change.]

Class for building the ORDER BY clauses

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

System.Object
   AtomsFramework.OrderEntry

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

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 manages the attribute that will be ordered and the sorting direction of the attributes (ie ascending or descending).

Requirements

Namespace: AtomsFramework

Assembly: AtomsFramework (in AtomsFramework.dll)

See Also

OrderEntry Members | AtomsFramework Namespace