Info
Version: | 9.3.0 |
Author(s): | Mark Carrington |
Last Update: | Tuesday, August 27, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://markcarrington.dev/sql-4-cds/ |
NuGet Url: | https://www.nuget.org/packages/MarkMpn.SQL4CDS |
Install
Install-Package MarkMpn.SQL4CDS
dotnet add package MarkMpn.SQL4CDS
paket add MarkMpn.SQL4CDS
MarkMpn.SQL4CDS Download (Unzip the "nupkg" after downloading)
Dependencies
- XrmToolBox(>= 1.2018.1.20)
Tags
Supports
- SELECT
- INSERT
- UPDATE
- DELETE
Where possible the queries are converted to FetchXML, allowing you to generate FetchXML queries for
plugins or integrations by writing familiar SQL and converting it.
Queries can also run using the preview TDS Endpoint.
A wide range of SQL functionality is also built
in to allow running queries that aren't directly supported by either FetchXML or the TDS Endpoint.