我是LINQ和LINQtoSQL的新手,不明白这段代码有什么问题。我得到的Excetpion.Message是"Queryoperator'Last'isnotsupported."我想做的是从最新的100个中获取最早的LastActivityUtc。代码如下。varpostTimes=frompostindb.Postwherepost.LastActivityUtc!=nullorderbypost.LastActivityUtcdescendingselectpost.LastActivityUtc;DateTimestartDate=DateTime.MinValue;if(p