0
有沒有辦法做到這一點:亞音速語法題(帶的GroupBy)
SubSonic.Where filter = new SubSonic.Where();
filter.ColumnName = Region.Columns.Region;
filter.Comparison = SubSonic.Comparison.IsNot;
filter.ParameterValue = null;
SubSonic.Aggregate orderBy = new SubSonic.Aggregate(Region.Columns.RegionName, SubSonic.AggregateFunction.GroupBy);
RegionCollection regions = new RegionCollection().Where(filter).GroupBy(groupBy).Load();
在最後一行不編制了「的GroupBy」的一部分......(我使用亞音速2.1)
對不起,我的意思的GroupBy :( – mrmuggles 2010-08-27 13:11:35