Entity Framework loading child collection with sort order
问题 I have two tables a parent and a child table. The child table has a column sortorder (a numeric value). Because of the missing support of the EF to persist a IList inclusive the sort order without exposing the sortorder (see: Entity Framework persisting child collection sort order) my child class has also a property SortOrder, so that i can store the children with the sort order. In contrast to the autor of the referenced question i try to load the children always sorted. So if i load a