ManaFox.Databases.TSQL
0.4.12
dotnet add package ManaFox.Databases.TSQL --version 0.4.12
NuGet\Install-Package ManaFox.Databases.TSQL -Version 0.4.12
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="ManaFox.Databases.TSQL" Version="0.4.12" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ManaFox.Databases.TSQL" Version="0.4.12" />
<PackageReference Include="ManaFox.Databases.TSQL" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add ManaFox.Databases.TSQL --version 0.4.12
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: ManaFox.Databases.TSQL, 0.4.12"
#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.
#:package ManaFox.Databases.TSQL@0.4.12
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=ManaFox.Databases.TSQL&version=0.4.12
#tool nuget:?package=ManaFox.Databases.TSQL&version=0.4.12
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
ManaFox.Databases.TSQL
ManaFox.Databases.TSQL is a lightweight wrapper that sits atop the Microsoft.Data.SqlClient library to act as a basic wrapper that allows for both sync/async operations to be performed.
The following three types should be added to your project DACPAC to be able to use the default list types in mappings
CREATE TYPE [dbo].[IntList] AS TABLE
(
Id INT
)
CREATE TYPE [dbo].[LongList] AS TABLE
(
Id BIGINT
)
CREATE TYPE [dbo].[StringList] AS TABLE
(
Id NVARCHAR(MAX)
)
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net10.0
- ManaFox.Core (>= 0.4.12)
- ManaFox.Databases.Core (>= 0.4.12)
- Microsoft.Data.SqlClient (>= 7.0.0)
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 |
|---|---|---|
| 0.4.12 | 93 | 4/19/2026 |
| 0.4.11 | 99 | 4/18/2026 |
| 0.4.10 | 98 | 4/18/2026 |
| 0.4.9 | 94 | 4/17/2026 |
| 0.4.8 | 99 | 4/17/2026 |
| 0.4.7 | 108 | 4/17/2026 |
| 0.4.6 | 100 | 4/16/2026 |
| 0.4.5 | 93 | 4/16/2026 |
| 0.4.4 | 98 | 4/14/2026 |
| 0.4.3 | 105 | 4/14/2026 |
| 0.4.2 | 98 | 4/11/2026 |
| 0.4.1 | 91 | 4/11/2026 |
| 0.4.0 | 118 | 4/9/2026 |
| 0.3.2 | 94 | 4/8/2026 |
| 0.3.1 | 100 | 4/8/2026 |
| 0.3.0 | 95 | 4/8/2026 |
| 0.2.1 | 114 | 2/28/2026 |
| 0.2.0 | 106 | 2/28/2026 |
| 0.1.2 | 104 | 2/28/2026 |
| 0.1.1 | 99 | 2/27/2026 |
Loading failed