TryIT.SqlAdo.MicrosoftSqlClient
1.1.4
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package TryIT.SqlAdo.MicrosoftSqlClient --version 1.1.4
NuGet\Install-Package TryIT.SqlAdo.MicrosoftSqlClient -Version 1.1.4
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="TryIT.SqlAdo.MicrosoftSqlClient" Version="1.1.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="TryIT.SqlAdo.MicrosoftSqlClient" Version="1.1.4" />
<PackageReference Include="TryIT.SqlAdo.MicrosoftSqlClient" />
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 TryIT.SqlAdo.MicrosoftSqlClient --version 1.1.4
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: TryIT.SqlAdo.MicrosoftSqlClient, 1.1.4"
#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.
#addin nuget:?package=TryIT.SqlAdo.MicrosoftSqlClient&version=1.1.4
#tool nuget:?package=TryIT.SqlAdo.MicrosoftSqlClient&version=1.1.4
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
How to use this library
- add reference to
TryIT.SqlAdo.MicrosoftSqlClient
into your code - refer to example code below to perform db operation
using TryIT.SqlAdo.MicrosoftSqlClient;
using TryIT.SqlAdo.MicrosoftSqlClient.Models;
public void GetData()
{
ConnectorConfig config = new ConnectorConfig
{
ConnectionString = "",
TimeoutSecond = 10 * 60 // 10 minute
};
DbConnector dbConnector = new DbConnector(config);
dbConnector.FetchDataTable("commandText", System.Data.CommandType.Text);
}
Product | Versions 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. 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. |
.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
- Microsoft.Data.SqlClient (>= 5.1.1)
- Microsoft.Data.SqlClient.AlwaysEncrypted.AzureKeyVaultProvider (>= 3.0.0)
- Polly (>= 8.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 |
---|---|---|
1.6.7 | 84 | 3/28/2025 |
1.6.6 | 84 | 3/28/2025 |
1.6.5 | 442 | 3/26/2025 |
1.6.4 | 168 | 3/12/2025 |
1.6.3 | 169 | 3/11/2025 |
1.6.2 | 122 | 3/9/2025 |
1.6.1 | 203 | 3/7/2025 |
1.6.0 | 77 | 1/14/2025 |
1.5.9 | 72 | 1/13/2025 |
1.5.8 | 101 | 12/11/2024 |
1.5.7 | 158 | 8/22/2024 |
1.5.6 | 135 | 8/22/2024 |
1.5.5 | 126 | 8/22/2024 |
1.5.4 | 131 | 8/10/2024 |
1.5.3 | 134 | 8/10/2024 |
1.5.2 | 110 | 8/7/2024 |
1.5.1 | 89 | 8/3/2024 |
1.5.0 | 91 | 7/17/2024 |
1.4.9 | 100 | 7/17/2024 |
1.4.8 | 122 | 6/18/2024 |
1.4.7 | 118 | 6/13/2024 |
1.4.6 | 113 | 5/16/2024 |
1.4.5 | 113 | 5/15/2024 |
1.4.4 | 105 | 5/14/2024 |
1.4.3 | 104 | 5/14/2024 |
1.4.2 | 106 | 5/14/2024 |
1.4.1 | 112 | 5/14/2024 |
1.4.0 | 108 | 5/14/2024 |
1.3.9 | 94 | 5/14/2024 |
1.3.8 | 106 | 5/11/2024 |
1.3.7 | 139 | 5/6/2024 |
1.3.6 | 133 | 5/6/2024 |
1.3.5 | 151 | 3/14/2024 |
1.3.4 | 139 | 3/14/2024 |
1.3.3 | 122 | 3/5/2024 |
1.3.2 | 120 | 3/5/2024 |
1.3.1 | 128 | 3/5/2024 |
1.3.0 | 158 | 12/20/2023 |
1.2.9 | 133 | 12/20/2023 |
1.2.8 | 170 | 12/4/2023 |
1.2.7 | 156 | 11/29/2023 |
1.2.6 | 142 | 11/23/2023 |
1.2.5 | 150 | 11/22/2023 |
1.2.4 | 148 | 11/3/2023 |
1.2.3 | 157 | 11/3/2023 |
1.2.2 | 140 | 11/3/2023 |
1.2.1 | 135 | 11/3/2023 |
1.1.9 | 156 | 10/24/2023 |
1.1.8 | 138 | 10/24/2023 |
1.1.7 | 157 | 10/24/2023 |
1.1.6 | 154 | 10/24/2023 |
1.1.5 | 159 | 10/20/2023 |
1.1.4 | 142 | 10/20/2023 |
1.1.3 | 145 | 10/20/2023 |
1.1.2 | 157 | 10/19/2023 |
1.1.1 | 148 | 10/13/2023 |
1.1.0 | 154 | 10/2/2023 |
1.0.9 | 158 | 9/7/2023 |
1.0.8 | 170 | 8/23/2023 |
1.0.7 | 181 | 8/10/2023 |
1.0.6 | 192 | 8/2/2023 |
1.0.5 | 174 | 8/2/2023 |
1.0.4 | 180 | 7/9/2023 |