In this RavenDB post, Ayende uses a .Ascall to “push” the data into the index’s model. Was attempting the same thing in my my code, but it seems it’s not a standard LINQ extension method?
What using, or reference, must I use to get access to .As() ?
Looking at the source, it is defined in LinqExtensions.cs in the
Raven.Client.Linqnamespace.