How would I sort this table rows by following order using linq orderby function:
- first by Business type == A01 - Production
- second by Business type == A06 - External trade without explicit capacity, where In Area == ME, Out Area by alphabet
- third by Business type == A06 - External trade without explicit capacity, where Out Area == ME, In Area by alphabet
- fourth by Business type == A02 - Internal trade
- fifth by Business type == A04 - Consumption

where In Area == ME, Out Area by alphabet?A06 - External trade without explicit capacityare sorted also by area