Table of Contents

Enum SortDirection

Namespace
Datafication.Core.Data
Assembly
Datafication.Core.dll

Specifies the sort direction for the DataBlock Sort method.

public enum SortDirection

Fields

Ascending = 0

Sort in ascending order (A to Z, 0 to 9).

Descending = 1

Sort in descending order (Z to A, 9 to 0).

Remarks

This enumeration is used to control the order of sorting operations on DataBlock instances.