Neyolnotsa 1.0.1
dotnet add package Neyolnotsa --version 1.0.1
NuGet\Install-Package Neyolnotsa -Version 1.0.1
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="Neyolnotsa" Version="1.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Neyolnotsa --version 1.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Neyolnotsa, 1.0.1"
#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 Neyolnotsa as a Cake Addin #addin nuget:?package=Neyolnotsa&version=1.0.1 // Install Neyolnotsa as a Cake Tool #tool nuget:?package=Neyolnotsa&version=1.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Neyolnotsa SQL Server
- Micro ORM to SQL Server
- Net 8
Example of C#:
using Neyolnotsa;
using System.Data.SqlClient;
string cs = "Data Source=<host>;Initial Catalog=<db>;User ID=<User>;Password=<password>";
using (var db = new SqlConnection(cs))
{
RequestJSP rqs = new RequestJSP()
{
procedure = "spj_Item",
inputParams = new
{
Function = 1
}
};
Response<List<JsonObject>> rsp = db.Execute_SP2JSON<JsonObject>(rqs);
Console.WriteLine(rsp.message.ToString() + "\r\n");
Console.WriteLine(rsp.data.ToJson() + "\r\n");
}
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net8.0
- System.Data.SqlClient (>= 4.8.6)
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 |
---|---|---|
1.0.1 | 37 | 2/14/2025 |
1.0.0 | 31 | 2/13/2025 |
0.9.2 | 112 | 5/20/2024 |
0.9.1 | 102 | 5/19/2024 |
0.9.0 | 159 | 2/20/2024 |
0.8.1 | 115 | 4/5/2024 |
0.8.0 | 128 | 2/20/2024 |
0.7.1 | 207 | 12/13/2023 |
0.7.0 | 155 | 8/29/2023 |
0.6.0 | 149 | 7/10/2023 |
0.5.0 | 411 | 5/11/2022 |
0.4.0 | 398 | 5/11/2022 |
0.3.0 | 389 | 5/11/2022 |
0.2.0 | 430 | 3/8/2022 |
0.1.0 | 419 | 3/7/2022 |