Yes sure either using entityCollection.Sort() method.
Check Client side sorting in the manual under "Using the generated code -> Adapter/SelfServicing -> Using the entity collection classes"
Or by using sorting with an entityView.
Check Filtering and sorting an EntityView in the manual under "Using the generated code -> Adapter/SelfServicing -> Using the EntityView class"