Table of Contents

Enum OrderDirection

Namespace
CMS.DataEngine
Assembly
CMS.DataEngine.dll

Constants for DataQuery operators

public enum OrderDirection
Extension Methods

Fields

Ascending = 1

Ascending (A to Z, 0 to 9)

Default = 0

Default order direction, keeps the direction the way it is or ascending as default

Descending = 2

Descending (Z to A, 9 to 0)