Is there a way to sort an entity collection based on a real type of the object in the collection?
For example, if I have a base class named "vehicle", with "truck" and "car" subclasses - and wanted to group the trucks and cars together in the entity collection (because I'm getting them all based on the base class) - how could I do this?
Is this type of information is lost when switching from a relational model to a the more oo approach with the new llbl (obviously not a LLBLGen specific issue).
Any help is greatly appreciated