Page 1 of 1

Reorder rows in table

Posted: Tue 06 Oct 2015 19:57
by AudioPat
Hello,

Is 't possible to reorder a database table using EntityDAC?

ID OrderID ItemOrder
4 2 2
5 2 1
6 2 3

In:
ID OrderID ItemOrder
4 2 1
5 2 2
6 2 3

Re: Reorder rows in table

Posted: Mon 11 Jan 2016 09:32
by AlexP
Hello,

No, you can't reorder records in such way.