sqlcode 1.0.13

dotnet add package sqlcode --version 1.0.13
NuGet\Install-Package sqlcode -Version 1.0.13
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="sqlcode" Version="1.0.13" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add sqlcode --version 1.0.13
#r "nuget: sqlcode, 1.0.13"
#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.
// Install sqlcode as a Cake Addin
#addin nuget:?package=sqlcode&version=1.0.13

// Install sqlcode as a Cake Tool
#tool nuget:?package=sqlcode&version=1.0.13

Generate SQL code by SqlBuilder or SqlGenerator

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  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. 
.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 was computed.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETStandard 2.0

    • No dependencies.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on sqlcode:

Package Downloads
sqlcode.sqlclient

Access Sql Server database engine

sqlcode.sqlce

Access SqlCe database

sqlcode.sqlite

Access SQLite database engine

sqlcode.sqlremote

Access database through web server

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.13 127 4/4/2024
1.0.12 746 3/24/2022
1.0.10 743 1/27/2022
1.0.9 411 9/30/2021
1.0.8 399 9/24/2021
1.0.7 300 9/19/2021
1.0.5 334 9/13/2021
1.0.4 297 9/7/2021
1.0.3 282 9/1/2021
1.0.2 297 8/31/2021
1.0.1 308 8/29/2021
1.0.0 309 8/23/2021

4/5/2024 v1.0.13
Improvements/Enhancements:
1.Support SqlRemote

3/23/2022 v1.0.12
Improvements/Enhancements:
1.bug fixes on Query.SelectRow()

1/26/2022 v1.0.10
Improvements/Enhancements:
1.Support ReadDataTable/ReadDataSet to read bulk records

9/24/2021 v1.0.9
Improvements:
1. Support CREATE FUNCTION statement on Statement
2. Support TRY-CATCH statement on Statement
3. Support TRANSACTION statement on Statement
4. Change CREATE PROCEDURE statement on Statement from SqlBuilder

9/24/2021 v1.0.8
Improvements:
1. Support CREATE PROCEDURE statement on SqlBuilder

9/18/2021 v1.0.7
Improvements:
1. Support CREATE TABLE statement with PRIMARY KEY and FOREIGN KEY on SqlBuilder

9/12/2021 v1.0.5
Improvements:
1. Support SQLite syntax on SqlBuilder and SqlGenerator

9/6/2021 v1.0.4
Improvements:
1. Support parameter modifier in/out in AsParameter(...)
2. Support NOT BETWEEN on SqlBuilder

9/1/2021 v1.0.3
Improvements:
1. Support list in the operation IN or NOT IN on SqlBuilder

8/30/2021 v1.0.2
Improvements:
1. Support parameters in class DelegateDbCmd

8/28/2021 v1.0.1
Features:
1. Query SQL database by entity class

8/20/2021 v1.0.0
Features:
1. Create SQL by SqlBuilder
2. Create SQL by SqlGenerator