Show / Hide Table of Contents

Enum SortType

Тип сортировки.

Namespace: Trivium.OrmCommonDto.Enums
Assembly: Trivium.OrmCommonDto.dll
Syntax
public enum SortType

Fields

Name Description
Asc

Сортировка в порядке возрастания.

Default

По умолчанию.

Desc

Сортировка в порядке убывания.

Back to top Generated by DocFX