The default order of ObjectSet is by identity. Is there any attribute I can use in mapping to specify the custom order? I don't want introduce any property that would order entities, instead of "EntitiesByMyOrder" property i want the certain order as default order from mappings.
thanks in advance.