BitMinistry.SqlClient
1.0.3
See the version list below for details.
dotnet add package BitMinistry.SqlClient --version 1.0.3
NuGet\Install-Package BitMinistry.SqlClient -Version 1.0.3
<PackageReference Include="BitMinistry.SqlClient" Version="1.0.3" />
paket add BitMinistry.SqlClient --version 1.0.3
#r "nuget: BitMinistry.SqlClient, 1.0.3"
// Install BitMinistry.SqlClient as a Cake Addin #addin nuget:?package=BitMinistry.SqlClient&version=1.0.3 // Install BitMinistry.SqlClient as a Cake Tool #tool nuget:?package=BitMinistry.SqlClient&version=1.0.3
System.SqlClient objects are disposed within each method
hook data to your T-SQL fluently
var resultsArray = "SELECT id, name FROM myTable".SqlRead(x ⇒ new { id = x.GetInt(0), name = x.GetString(1) }); (System.Data.SqlClient.SqlDataReader)
var results = "SELECT id, name FROM myTable".SqlData(x ⇒ new { id = x["id"], name = x["name"] }); (System.Data.SqlClient.SqlDataAdapter)
"UPDATE myTable SET name='andrew' WHERE id=1".SqlNonQuery();
var name = "SELECT name FROM myTable WHERE id=1".SqlScalar();
var result = "some SQL statament".SqlCommandFunk( ( SqlCommand com ) ⇒ { ... do something with the com } );
(System.Data.SqlClient.SqlCommand)
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. |
.NET Core | netcoreapp2.0 is compatible. netcoreapp2.1 is compatible. netcoreapp2.2 is compatible. netcoreapp3.0 is compatible. netcoreapp3.1 is compatible. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 is compatible. |
.NET Framework | net451 is compatible. net452 is compatible. net46 was computed. net461 is compatible. net462 is compatible. net463 was computed. net47 was computed. net471 was computed. net472 is compatible. net48 is compatible. 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. |
-
.NETCoreApp 2.0
- System.Data.SqlClient (>= 4.8.3)
-
.NETCoreApp 2.1
- System.Data.SqlClient (>= 4.8.3)
-
.NETCoreApp 2.2
- System.Data.SqlClient (>= 4.8.3)
-
.NETCoreApp 3.0
- System.Data.SqlClient (>= 4.8.3)
-
.NETCoreApp 3.1
- System.Data.SqlClient (>= 4.8.3)
-
.NETFramework 4.5.1
- System.Data.SqlClient (>= 4.8.3)
-
.NETFramework 4.5.2
- System.Data.SqlClient (>= 4.8.3)
-
.NETFramework 4.6.1
- System.Data.SqlClient (>= 4.8.3)
-
.NETFramework 4.6.2
- System.Data.SqlClient (>= 4.8.3)
-
.NETFramework 4.7.2
- System.Data.SqlClient (>= 4.8.3)
-
.NETFramework 4.8
- System.Data.SqlClient (>= 4.8.3)
-
.NETStandard 2.0
- System.Data.SqlClient (>= 4.8.3)
-
.NETStandard 2.1
- System.Data.SqlClient (>= 4.8.3)
-
net5.0
- System.Data.SqlClient (>= 4.8.3)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.