NQuery 0.9.5-beta

This is a prerelease version of NQuery.
dotnet add package NQuery --version 0.9.5-beta
                    
NuGet\Install-Package NQuery -Version 0.9.5-beta
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="NQuery" Version="0.9.5-beta" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="NQuery" Version="0.9.5-beta" />
                    
Directory.Packages.props
<PackageReference Include="NQuery" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add NQuery --version 0.9.5-beta
                    
#r "nuget: NQuery, 0.9.5-beta"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package NQuery@0.9.5-beta
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=NQuery&version=0.9.5-beta&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=NQuery&version=0.9.5-beta&prerelease
                    
Install as a Cake Tool

NQuery is a relational query engine that allows executing a SELECT query against in-memory objects. It can
     use arrays, data sets, data tables or any other custom data source. NQuery is completely extensible so
     that you can add custom functions, aggregates, constants and parameters.

Product Compatible and additional computed target framework versions.
.NET Framework net20 is compatible.  net35 was computed.  net40 was computed.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on NQuery:

Package Downloads
NQuery.WinForms.Actipro40

This package provides an integration with Actipro's SyntaxEditor so that you can author queries very easily. This includes code completion, parameter info and syntax highlighting.

NQuery.WinForms

This package provides additional UI controls for query authoring including a show plan control to visualize the execution plan similar to Microsoft SQL Server Management Studio as well as a browser control to explore the scope of a query or expression.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on NQuery:

Repository Stars
dotnet-presentations/dotnetcore-workshop
Are you ready to get started with .NET Core? This one day workshop covers the basics, then digs into web development (ASP.NET Core), .NET Standard, porting from .NET Framework, and containers.
Version Downloads Last Updated
0.9.5-beta 2,506 8/23/2012