Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在这篇 RavenDB 帖子中,Ayende 使用.As调用将数据“推送”到索引模型中。在我的代码中尝试同样的事情,但它似乎不是标准的 LINQ 扩展方法?
.As
我必须使用什么使用或参考来访问 .As() ?
看源码,是在Raven.Client.Linq命名空间的 LinqExtensions.cs 中定义的。
Raven.Client.Linq