用点哇。news.title
我知道使用mongodb 语法怎么写
在c# 中 messageRepository.Where(m => m.MsgBody.news.Select(s => s.title).Contains(keyword)).ToList() 报错
错误信息“System.NotSupportedException”类型的异常在 MongoDB.Driver.dll 中发生,但未在用户代码中进行处理
其他信息: Unable to determine the serialization information for the expression: Enumerable.Select<News, String>(m.MsgBody.news, (News s) => s.title).
@zhujinhu: 具体怎么用这个C#驱动我就不太清楚了,没有用过~