TryIT.SqlAdo.MicrosoftSqlClient
1.5.7
dotnet add package TryIT.SqlAdo.MicrosoftSqlClient --version 1.5.7
NuGet\Install-Package TryIT.SqlAdo.MicrosoftSqlClient -Version 1.5.7
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.5.7" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add TryIT.SqlAdo.MicrosoftSqlClient --version 1.5.7
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: TryIT.SqlAdo.MicrosoftSqlClient, 1.5.7"
#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 TryIT.SqlAdo.MicrosoftSqlClient as a Cake Addin #addin nuget:?package=TryIT.SqlAdo.MicrosoftSqlClient&version=1.5.7 // Install TryIT.SqlAdo.MicrosoftSqlClient as a Cake Tool #tool nuget:?package=TryIT.SqlAdo.MicrosoftSqlClient&version=1.5.7
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);
}
if the database has AlwaysEncrypted enabled, and you need query encrypted column, and the key store provider is Azure Key Vault, do below at Startup.cs or call this during program starting, PLEASE CALL ONCE ONLY
DbConnector.RegisterColumnEncryptionKeyStore_AKV(new AzureKeyVaultProvider
{
TenantId = "",
ClientId = "",
ClientSecret = "",
ProxyUrl = ""
});
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. |
.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.5.7 | 134 | 8/22/2024 |
1.5.6 | 119 | 8/22/2024 |
1.5.5 | 111 | 8/22/2024 |
1.5.4 | 117 | 8/10/2024 |
1.5.3 | 117 | 8/10/2024 |
1.5.2 | 95 | 8/7/2024 |
1.5.1 | 75 | 8/3/2024 |
1.5.0 | 72 | 7/17/2024 |
1.4.9 | 85 | 7/17/2024 |
1.4.8 | 107 | 6/18/2024 |
1.4.7 | 103 | 6/13/2024 |
1.4.6 | 100 | 5/16/2024 |
1.4.5 | 100 | 5/15/2024 |
1.4.4 | 93 | 5/14/2024 |
1.4.3 | 86 | 5/14/2024 |
1.4.2 | 92 | 5/14/2024 |
1.4.1 | 95 | 5/14/2024 |
1.4.0 | 94 | 5/14/2024 |
1.3.9 | 83 | 5/14/2024 |
1.3.8 | 92 | 5/11/2024 |
1.3.7 | 126 | 5/6/2024 |
1.3.6 | 118 | 5/6/2024 |
1.3.5 | 140 | 3/14/2024 |
1.3.4 | 129 | 3/14/2024 |
1.3.3 | 111 | 3/5/2024 |
1.3.2 | 110 | 3/5/2024 |
1.3.1 | 118 | 3/5/2024 |
1.3.0 | 147 | 12/20/2023 |
1.2.9 | 123 | 12/20/2023 |
1.2.8 | 161 | 12/4/2023 |
1.2.7 | 142 | 11/29/2023 |
1.2.6 | 133 | 11/23/2023 |
1.2.5 | 138 | 11/22/2023 |
1.2.4 | 138 | 11/3/2023 |
1.2.3 | 146 | 11/3/2023 |
1.2.2 | 129 | 11/3/2023 |
1.2.1 | 125 | 11/3/2023 |
1.1.9 | 142 | 10/24/2023 |
1.1.8 | 122 | 10/24/2023 |
1.1.7 | 146 | 10/24/2023 |
1.1.6 | 144 | 10/24/2023 |
1.1.5 | 146 | 10/20/2023 |
1.1.4 | 132 | 10/20/2023 |
1.1.3 | 136 | 10/20/2023 |
1.1.2 | 146 | 10/19/2023 |
1.1.1 | 137 | 10/13/2023 |
1.1.0 | 145 | 10/2/2023 |
1.0.9 | 148 | 9/7/2023 |
1.0.8 | 160 | 8/23/2023 |
1.0.7 | 171 | 8/10/2023 |
1.0.6 | 180 | 8/2/2023 |
1.0.5 | 162 | 8/2/2023 |
1.0.4 | 170 | 7/9/2023 |