ordered method
This relation with an ordering.
Implementation
MssqlRelation<TParent, TChild> ordered(List<MssqlOrder> terms) =>
_copy(orderBy: terms);
This relation with an ordering.
MssqlRelation<TParent, TChild> ordered(List<MssqlOrder> terms) =>
_copy(orderBy: terms);