Provide option for sorted EntitySet values in a one to many association
Many times, I have to add an extra list to a POCO class that loads in and sorts the objects in the EntitySet. This wastes time and memory - it would be far more efficient to have a property on the association that resulted in a sorted EntitySet result. As you have sealed the EntitySet class, I cannot derive such a SortedEntitySet myself.
3
votes