Microsoft.SqlServer.Management.SqlParser
172.0.1
Prefix Reserved
dotnet add package Microsoft.SqlServer.Management.SqlParser --version 172.0.1
NuGet\Install-Package Microsoft.SqlServer.Management.SqlParser -Version 172.0.1
<PackageReference Include="Microsoft.SqlServer.Management.SqlParser" Version="172.0.1" />
paket add Microsoft.SqlServer.Management.SqlParser --version 172.0.1
#r "nuget: Microsoft.SqlServer.Management.SqlParser, 172.0.1"
// Install Microsoft.SqlServer.Management.SqlParser as a Cake Addin #addin nuget:?package=Microsoft.SqlServer.Management.SqlParser&version=172.0.1 // Install Microsoft.SqlServer.Management.SqlParser as a Cake Tool #tool nuget:?package=Microsoft.SqlServer.Management.SqlParser&version=172.0.1
Microsoft.SqlServer.Management.SqlParser
This assembly provides basic syntax parsing and binding for the TSQL language for many versions and editions of Microsoft SQL Server and Azure SQL Database.
Localized resource DLLs are provided in a companion package
Getting started
For basic syntax parsing of a TSQL fragment, use
public static Microsoft.SqlServer.Management.SqlParser.Parser.ParseResult Parse (string sql, Microsoft.SqlServer.Management.SqlParser.Parser.ParseOptions options, out Microsoft.SqlServer.Management.SqlParser.Parser.ParseOptions resultOptions);
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 is compatible. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 4.6.2
- No dependencies.
-
.NETStandard 2.0
- No dependencies.
-
net6.0
- System.CodeDom (>= 4.7.0)
- System.Text.Json (>= 6.0.0)
-
net8.0
- System.CodeDom (>= 4.7.0)
- System.Text.Json (>= 6.0.0)
NuGet packages (17)
Showing the top 5 NuGet packages that depend on Microsoft.SqlServer.Management.SqlParser:
Package | Downloads |
---|---|
Catalyst.DataProcessing.Engine.SqlServer
Package for developing DOS engine plugins based on the SQL Server system support |
|
DbMocker
This .NET library simplifies data mocking for UnitTests, to avoid a connection to a relational database. DbMocker use the standard Microsoft .NET DbConnection object. So, you can mock any toolkit, including EntityFramework, Dapper or ADO.NET; And for all database servers (SQL Server, Oracle, SQLite). ```csharp var conn = new MockDbConnection(); conn.Mocks .When(cmd => cmd.CommandText.Contains("SELECT COUNT(*) FROM EMP")) .ReturnsScalar(14); ``` |
|
SQLHelper.DB
SQLHelper is a simple class to help with databases. |
|
Qsi.SqlServer
Query Structure Interface of SqlServer |
|
Microsoft.SqlServer.Management.SmoMetadataProvider
Supports language service implementations by providing SQL Server metadata for completing TSQL statements. |
GitHub repositories (4)
Showing the top 4 popular GitHub repositories that depend on Microsoft.SqlServer.Management.SqlParser:
Repository | Stars |
---|---|
microsoft/sqltoolsservice
SQL Tools API service that provides SQL Server data management capabilities.
|
|
trimble-oss/dba-dash
DBA Dash - SQL Server Monitoring Tool
|
|
dotnet/docs-desktop
This repository contains .NET documentation related to Windows Forms (winforms) and Windows Presentation Foundation (WPF).
|
|
microsoft/sqlmanagementobjects
Sql Management Objects, an API for scripting and managing SQL Server and Azure SQL Database
|
Version | Downloads | Last updated |
---|---|---|
172.0.1 | 128,344 | 3/21/2024 |
171.24.0 | 90,771 | 10/9/2023 |
170.9.0 | 192,865 | 5/31/2023 |
170.7.0 | 130,077 | 3/21/2023 |
160.22524.0 | 194,787 | 1/5/2023 |
160.22523.0 | 2,507 | 5/31/2023 |
160.22519.0 | 130,928 | 10/24/2022 |
160.22516.0 | 20,486 | 10/14/2022 |
160.22515.0 | 92,446 | 8/11/2022 |
160.22510.0 | 3,831 | 8/11/2022 |
160.22506.0 | 148,173 | 5/25/2022 |
160.22504.0 | 108,928 | 2/14/2022 |
160.21323.56 | 3,427 | 3/10/2022 |
160.21292.55 | 152,699 | 10/26/2021 |
160.21267.51 | 43,511 | 10/6/2021 |
160.21099.39 | 798,116 | 4/22/2021 |
160.20216.14 | 3,014,263 | 8/3/2020 |
150.37051.0 | 1,503,397 | 3/10/2020 |
150.35031.0 | 57,866 | 1/8/2020 |
See CHANGELOG.md file in the package