这是我的查询。
var query = from sbw in _sbwRepository.Table
orderby sbw.CountryId, sbw.StateProvinceId, sbw.Zip, sbw.ShippingMethodId, sbw.From
select sbw;
如何按“sbw.CountryId”分组?