![]() |
VOOZH | about |
dotnet add package MongoDB.QueryHelper --version 1.0.0
NuGet\Install-Package MongoDB.QueryHelper -Version 1.0.0
<PackageReference Include="MongoDB.QueryHelper" Version="1.0.0" />
<PackageVersion Include="MongoDB.QueryHelper" Version="1.0.0" />Directory.Packages.props
<PackageReference Include="MongoDB.QueryHelper" />Project file
paket add MongoDB.QueryHelper --version 1.0.0
#r "nuget: MongoDB.QueryHelper, 1.0.0"
#:package MongoDB.QueryHelper@1.0.0
#addin nuget:?package=MongoDB.QueryHelper&version=1.0.0Install as a Cake Addin
#tool nuget:?package=MongoDB.QueryHelper&version=1.0.0Install as a Cake Tool
This library makes working with LINQ to MongoDB queries easier from C#. 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.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net net is compatible. |
Showing the top 1 NuGet packages that depend on MongoDB.QueryHelper:
| Package | Downloads |
|---|---|
|
EnvusoHttpFramework
Package Description |
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.0.0 | 13,149 | 10/30/2014 |
Initial release