cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Table key Order

0 Likes
509

Hello Gurus ,

Right now I am working in Odata Service . The service is already implemented some modification has to be made .But while looking into properties of entity type came across a doubt . The doubt is on order of the keys . Normally when I maintain keys , I put all the keys together and not place a non key field between them which I think is a good practice .

Please have look at the below screenshot and help me to know that the orientation is right or wrong .

Thanks in advance .

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Likes

Hi Raju,

Even I have seen these whenever we update properties once entityset is created. This is standard behaviour i believe and does not cause any error in odata service.
Last time when i faced this, I don’t remember exactly but it might be because the columns are sorted on some criteria. You can check but it doesn’t have any impact on Odata service operation.

Thanks,

Dhiraj M

0 Likes

Hello Dhiraj ,

Thanks for your comment .