Ryba1986
Ryba1986
Great news! I will tray use it.
I think is a good option. Before that the Value property of Cell object should by read only.
I'm using extension method: ` public static IMongoQueryable ProjectTo(this IMongoQueryable query, TypeAdapterConfig config) { return (IMongoQueryable)query.ProjectToType(config); } `
I am using LinqProvider v3
> @Ryba1986 does't that thow exception? For me it throws an exception > I am using LinqProvider v3 > I tried this code and it works correct if use MongoDb.Driver...