Wunion.DataAdapter.NetCore 1.0.4.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package Wunion.DataAdapter.NetCore --version 1.0.4.1
                    
NuGet\Install-Package Wunion.DataAdapter.NetCore -Version 1.0.4.1
                    
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="Wunion.DataAdapter.NetCore" Version="1.0.4.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Wunion.DataAdapter.NetCore" Version="1.0.4.1" />
                    
Directory.Packages.props
<PackageReference Include="Wunion.DataAdapter.NetCore" />
                    
Project file
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 Wunion.DataAdapter.NetCore --version 1.0.4.1
                    
#r "nuget: Wunion.DataAdapter.NetCore, 1.0.4.1"
                    
#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=Wunion.DataAdapter.NetCore&version=1.0.4.1
                    
Install Wunion.DataAdapter.NetCore as a Cake Addin
#tool nuget:?package=Wunion.DataAdapter.NetCore&version=1.0.4.1
                    
Install Wunion.DataAdapter.NetCore as a Cake Tool

1.0.4.1 更新说明(Update Logs)
1.   新增 Create Table命令构建器、DropTable 及 TableExists 方法,现在可以轻松的创建删除表以及判断特定的表在数据库中是否存在。请用方法请参见单该项目的单元测试项目:https://github.com/cnzhnet/LingOpenSource/tree/master/UnitTestProject
2.  在上一个版本中忘了实现 DefaultDbConnectionPool 类的 Dispose 方法,此版已修复  (~_~)!
1.  New Create Table command builder, DropTable and TableExists methods, now you can now easily create and delete tables and determine whether a specific table exists in the database. How to use please refer to this unit test project: https://github.com/cnzhnet/LingOpenSource/tree/master/UnitTestProject
2.  Forgot to implement the Dispose method of the DefaultDbConnectionPool class in the previous version, this version has been fixed it (~_~)!

Product 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.  net10.0 was computed.  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. 
.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

    • No dependencies.

NuGet packages (5)

Showing the top 5 NuGet packages that depend on Wunion.DataAdapter.NetCore:

Package Downloads
Wunion.DataAdapter.NetCore.EntityUtils

Wunion.DataAdapter.NetCore 的实体查询支持库. 配套代码生成器:WdaEntityGenerator 1.0.3 更新说明 (Update Description) : 增加连接池支持,并优化生成的查询命令. Increase connection pool support and optimize the generated query commands

Wunion.DataAdapter.NetCore.SQLite3

Wunion.DataAdapter.NetCore 的 SQLite 数据库支持包。 PostgreSQL database support package for Wunion.DataAdapter 1. 修复删除表时自增长序列未清零的问题. Fix the bug that the auto-increment is not cleared when the table is deleted.

Wunion.DataAdapter.NetCore.MySQL

Wunion.DataAdapter.NetCore 的 MySQL 数据库支持包。 MySQL database support package for Wunion.DataAdapter 1. 修复 TableBuildParser 在无自动增长字段时报错的问题 Fix TableBuildParser error when there is no AUTO_INCREMENT field

Wunion.DataAdapter.NetCore.SQLServer

Wunion.DataAdapter.NetCore 的 Microsoft SQL Server 2008 R2 SP3及以上版本数据库支持包。 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.

Wunion.DataAdapter.NetCore.PostgreSQL

Wunion.DataAdapter 的 PostgreSQL 数据库支持包。 PostgreSQL database support package for Wunion.DataAdapter 1. 修复 TableBuildParser 的默认值解析错误的问题. Fix default value parsing error for TableBuildParser.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.5.2 1,598 3/18/2022
1.0.5.1 493 2/25/2022
1.0.5 1,534 2/24/2022 1.0.5 is deprecated because it has critical bugs.
1.0.4.1 1,342 7/5/2020
1.0.4 1,500 5/13/2020
1.0.3.5 1,230 4/16/2019
1.0.3.4 908 11/26/2018
1.0.3.3 977 10/12/2018
1.0.3.2 1,136 6/23/2018
1.0.3.1 2,230 4/6/2018

该组件为开源项目,目前完全免费。所有该组件的原生代码版权为开发者本人所有,任何企业及个人皆可免费使用,但除开发者外禁止任何企业以及个人以任何形式将组件的源代码纳入自己的知识产权范围。使用该组件源引起的任何商业或利益上的损失、风险以及任何刑事或民事纠纷一概由使用者自行承担。