Info
Version: | 1.0.5.2 |
Author(s): | cnzhnet(巽翎君) |
Last Update: | Friday, March 18, 2022 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/cnzhnet/Wunion.DataAdapter |
NuGet Url: | https://www.nuget.org/packages/Wunion.DataAdapter.NetCore.SQLServer |
Install
Install-Package Wunion.DataAdapter.NetCore.SQLServer
dotnet add package Wunion.DataAdapter.NetCore.SQLServer
paket add Wunion.DataAdapter.NetCore.SQLServer
Wunion.DataAdapter.NetCore.SQLServer Download (Unzip the "nupkg" after downloading)
Dependencies
- Wunion.DataAdapter.NetCore(>= 1.0.4.1)
- System.Data.SqlClient(>= 4.8.1)
1.0.4更新说明(Update Logs)
1.
新增 Create Table命令构建器的 SQL Server 解释器实现.
2. 新增 DropTable 及 TableExists 方法.
1.
Add SQL Server interpreter implementation of the create table command builder.
2. Add DropTable and TableExists methods.