DbExpressionBinding requires an input expression with a collection ResultType. 参数名: input
{ Data =Data,CountNum = CountNum.Count() })
//(
// from t in context.ERG_TipOffsInfo
// group t by t.Data into g
// select new
// {
// Data = g.Key,
// CountNum = g.Key.Count()
// }
// )
DbExpressionBinding requires an input expression with a collection ResultType. 参数名: input