Skip to content

DmColumnOrder ​

Namespace: MJCZone.DapperMatic.Models

Assembly: MJCZone.DapperMatic

Summary ​

Specifies the order of a column in an index or constraint.

Inheritance ​

Base Class: Enum

sealed public

Contents ​

Enum Members (2)

Enum Members ​

NameValueDescription
Ascending0Specifies that the column is sorted in ascending order.
Descending1Specifies that the column is sorted in descending order.