Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 190 Bytes

order.md

File metadata and controls

9 lines (5 loc) · 190 Bytes

Order

Order.by(fieldName: string).desc

DESC, In reverse order according to "fieldName"

Order.by(fieldName: string).asc

ASC, In ascending order according to "fieldName"