For my entitymodel i'm using devforce to create this. The problem i now have is the sequence(ordinal) of the properties of each entity is not how they should be.
In the XML version of the edmx file the properties are in the correct order but when i retrieve the dataproperties the order of the properties is different
fe : in xml of the edmx order is 1. PK, 2. name, 3. description but in the list op dataproperties they come out as 1. PK, 2. description, 3. shortname
How can i fix this order in the dataproperties so they have the correct order (as they are in the xml of the edmx which reflected the order of the table in sql) ??
What i need the sequence from the xml instead of the sequence from the class
class on model
class in model's xml