Is there a way built into the entity framework or commonly used pattern for ordering lazy loaded navigation properties to ensure no matter how they are accessed they are always in the correct order.
I would like to avoid having to write properties or methods on partial classes if possible.
Thanks for any help.