DbPeekQueryLibrary 1.0.0
See the version list below for details.
dotnet add package DbPeekQueryLibrary --version 1.0.0
NuGet\Install-Package DbPeekQueryLibrary -Version 1.0.0
<PackageReference Include="DbPeekQueryLibrary" Version="1.0.0" />
paket add DbPeekQueryLibrary --version 1.0.0
#r "nuget: DbPeekQueryLibrary, 1.0.0"
// Install DbPeekQueryLibrary as a Cake Addin #addin nuget:?package=DbPeekQueryLibrary&version=1.0.0 // Install DbPeekQueryLibrary as a Cake Tool #tool nuget:?package=DbPeekQueryLibrary&version=1.0.0
About
This package contains a language extension method to reveal a parameterized SQL statement written using a managed data provider in C# or VB.NET programming languages.
Example usage, a query has syntax issues which mainly come from a developer writing a query in code rather than writing the query in, for SQL-Server SSMS, for Oracle, Toad or Microsoft Access in Access.
Requirements
Queries use name parameters
, makes no sense to use this with string concatenated string as you can see
parameter values already.
For Oracle the parameter is prefixed with
:
,For SQL-Server
@
.For MS-Access (which many use
?
but not with this exension)@
.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. net5.0-windows was computed. net6.0 was computed. 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 was computed. 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. |
-
net5.0
- 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.
This is a netcore version of a net framework extension written by me years ago