.Net Version: 1.1
ORMSupportClasses.NET11: 2.0.0.0
Template: Adapter
C#
Hello All,
I'm adding and removing entities from a collection and would like to know if the EntityCollection.Add method will sort the added entity into the correct position when added? If not, do I then have to use client side sorting to re-sort the collection after removing and then re-adding a entity?