MarkMpn.Sql4Cds.Engine 3.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package MarkMpn.Sql4Cds.Engine --version 3.0.0
                    
NuGet\Install-Package MarkMpn.Sql4Cds.Engine -Version 3.0.0
                    
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="MarkMpn.Sql4Cds.Engine" Version="3.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="MarkMpn.Sql4Cds.Engine" Version="3.0.0" />
                    
Directory.Packages.props
<PackageReference Include="MarkMpn.Sql4Cds.Engine" />
                    
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 MarkMpn.Sql4Cds.Engine --version 3.0.0
                    
#r "nuget: MarkMpn.Sql4Cds.Engine, 3.0.0"
                    
#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 MarkMpn.Sql4Cds.Engine@3.0.0
                    
#: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=MarkMpn.Sql4Cds.Engine&version=3.0.0
                    
Install as a Cake Addin
#tool nuget:?package=MarkMpn.Sql4Cds.Engine&version=3.0.0
                    
Install as a Cake Tool

Convert SQL queries to FetchXml and execute them against CDS

Product Compatible and additional computed target framework versions.
.NET Framework net462 is compatible.  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.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
10.1.0 439 9/2/2025
10.0.0 608 7/18/2025
9.6.1 3,820 4/30/2025
9.6.0 3,736 2/22/2025
9.5.1 2,312 12/12/2024
9.5.0 446 12/10/2024
9.4.1 1,486 11/10/2024
9.4.0 164 11/5/2024
9.3.0 1,322 8/27/2024
9.2.0 1,096 7/12/2024
9.1.0 1,724 6/10/2024
9.0.1 1,844 5/8/2024
9.0.0 193 5/2/2024
8.0.0 2,347 11/25/2023
7.6.1 1,900 10/16/2023
7.6.0 1,573 9/30/2023
7.5.2 245 9/17/2023
7.5.1 238 9/11/2023
7.5.0 276 9/4/2023
7.4.0 659 8/7/2023
7.3.0 578 6/12/2023
7.2.2 918 5/2/2023
7.2.1 268 4/30/2023
7.1.0 3,035 1/31/2023
7.0.3 746 10/11/2022
7.0.2 539 10/2/2022
7.0.1 553 9/28/2022
7.0.0 546 9/21/2022
6.4.0 656 7/28/2022
6.3.0 577 6/28/2022
6.2.1 581 5/26/2022
6.2.0 559 5/18/2022
6.1.0 570 5/11/2022
6.0.1 661 4/13/2022
6.0.0 620 4/10/2022
5.4.1 673 1/18/2022
5.4.0 462 1/4/2022
5.3.1 452 12/2/2021
5.3.0 443 11/27/2021
5.2.5 496 9/29/2021
5.2.4 468 9/16/2021
5.2.3 472 9/1/2021
5.2.2 457 8/31/2021
5.2.1 533 6/29/2021
5.1.1 518 5/15/2021
5.1.0 506 5/6/2021
5.0.0 508 4/29/2021
4.1.0 513 3/18/2021
4.0.3 482 2/20/2021
4.0.2 514 2/10/2021
4.0.1 515 1/28/2021
4.0.0 540 1/13/2021
3.1.0 650 12/13/2020
3.0.0 599 11/2/2020
2.3.0 594 8/28/2020
2.2.0 599 7/15/2020
2.1.0 714 5/24/2020
2.0.1 617 4/23/2020
2.0.0 663 4/17/2020
1.0.7 786 1/31/2020

Added support for metadata queries
Improved support for updating picklist fields
Added support for BETWEEN queries
Added support for virtual ___name attributes
Added option to disable use of RetrieveTotalRecordCountRequest
Improved error reporting