MarkMpn.Sql4Cds.Engine.FetchXml 10.0.0

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

Converts FetchXML to SQL queries. This is a minimal source-only package, you can also use the MarkMpn.Sql4Cds.Engine package that includes this conversion as well as SQL to FetchXML conversion.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

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.0.0 82 7/18/2025
9.6.1 165 4/30/2025
9.6.0 118 2/22/2025
9.5.1 156 12/12/2024
9.5.0 132 12/10/2024
9.4.1 123 11/10/2024
9.4.0 119 11/5/2024
9.3.0 151 8/27/2024
9.2.0 110 7/12/2024
9.1.0 121 6/10/2024
9.0.1 133 5/8/2024
9.0.0 103 5/2/2024
8.0.0 277 11/25/2023
7.6.1 410 10/16/2023
7.6.0 307 9/30/2023
7.5.2 391 9/17/2023
7.5.1 356 9/11/2023
7.5.0 368 9/4/2023
7.4.0 380 8/7/2023
7.3.0 236 6/12/2023
7.2.2 251 5/2/2023
7.2.1 286 4/30/2023
7.1.0 587 1/31/2023
7.0.3 586 10/11/2022
7.0.2 520 10/2/2022
7.0.1 494 9/28/2022
7.0.0 548 9/21/2022
6.4.0 586 7/28/2022
6.3.0 566 6/28/2022
6.2.1 594 5/26/2022
6.2.0 615 5/18/2022
6.1.0 615 5/11/2022
6.0.1 616 4/13/2022
6.0.0 596 4/10/2022
5.4.1 662 1/18/2022
5.4.0 433 1/4/2022
5.3.1 431 12/2/2021
5.3.0 473 11/27/2021
5.2.5 484 9/29/2021
5.2.4 499 9/16/2021
5.2.3 624 9/1/2021
5.2.2 456 8/31/2021
5.2.1 517 6/29/2021
5.1.1 939 5/15/2021
5.1.0 527 5/6/2021
5.0.0 536 4/29/2021
4.1.0 498 3/18/2021
4.0.3 527 2/20/2021
4.0.2 635 2/10/2021
4.0.1 616 1/28/2021
4.0.0 552 1/13/2021
3.1.0 662 12/13/2020
2.3.0 10,696 8/28/2020
0.0.2-prerelease 488 8/20/2020

Include join alias in output column aliases when converting from Fetch XML to SQL