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
| Name | Value | Description |
|---|---|---|
| Ascending | 0 | Specifies that the column is sorted in ascending order. |
| Descending | 1 | Specifies that the column is sorted in descending order. |