Info
Version: | 1.0.0 |
Author(s): | Michael Kennedy |
Last Update: | Thursday, October 30, 2014 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/mikeckennedy/mongodb-query-helper-for-dotnet |
NuGet Url: | https://www.nuget.org/packages/MongoDB.QueryHelper |
Install
Install-Package MongoDB.QueryHelper
dotnet add package MongoDB.QueryHelper
paket add MongoDB.QueryHelper
MongoDB.QueryHelper Download (Unzip the "nupkg" after downloading)
Dependencies
- mongocsharpdriver(1.9.2)
Tags
Specificially it is for debugging and runtime inquiry of LINQ queries. There are two basic use cases: (1) Explain a LINQ query (does it use an index for example?).
(2) Convert a LINQ query to the JavaScript code run in MongoDB.