Reorder rows in table

Discussion of open issues, suggestions and bugs regarding EntityDAC
Post Reply
AudioPat
Posts: 10
Joined: Fri 19 Jun 2015 15:47

Reorder rows in table

Post by AudioPat » Tue 06 Oct 2015 19:57

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

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: Reorder rows in table

Post by AlexP » Mon 11 Jan 2016 09:32

Hello,

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

Post Reply