net mysql源码_.NET C# MySQL各版本驱动 + 文档 + 案例源码 完整版

齐乐逸
2023-12-01

【实例简介】

.NET C# MySQL各版本驱动 + 文档 + 案例源码 完整版

【实例截图】

【核心代码】

MySQLConnectorNet6.9.6

└── MySQL Connector Net 6.9.6

├── Assemblies

│   ├── RT

│   │   └── MySql.Data.RT.dll

│   ├── v2.0

│   │   ├── MySql.Data.CF.dll

│   │   ├── MySql.Data.dll

│   │   ├── MySql.Data.Entity.dll

│   │   ├── MySql.Data.InstallState

│   │   ├── MySql.Fabric.Plugin.dll

│   │   ├── MySql.Web.dll

│   │   ├── MySql.Web.v20.dll

│   │   └── MySql.Web.v20.InstallState

│   ├── v4.0

│   │   ├── MySql.Data.dll

│   │   ├── MySql.Data.Entity.dll

│   │   ├── MySql.Data.Entity.EF6.dll

│   │   ├── MySql.Fabric.Plugin.dll

│   │   └── MySql.Web.dll

│   └── v4.5

│   ├── MySql.Data.dll

│   ├── MySql.Data.Entity.EF5.dll

│   ├── MySql.Data.Entity.EF6.dll

│   ├── MySql.Fabric.Plugin.dll

│   └── MySql.Web.dll

├── CHANGES

├── COPYING

├── Documentation

│   ├── COL_Master_A.HxK

│   ├── COL_Master_F.HxK

│   ├── COL_Master.HxC

│   ├── COL_Master.HxT

│   ├── COL_Master_K.HxK

│   ├── COL_Master_N.HxK

│   ├── ConnectorNET.chm

│   ├── help.cmd

│   ├── HelpContentSetup.msha

│   ├── Licenses for Third-Party Components

│   │   ├── license-antlr.html

│   │   ├── license-us-secure-hash.html

│   │   ├── license-zlib.html

│   │   └── license-zlib-net.html

│   ├── MySql.Data.HxS

│   └── MySql.Data.mshc

├── README

├── Release Notes.txt

└── Samples

├── Async

│   └── cs

│   ├── App.ico

│   ├── AssemblyInfo.cs

│   ├── Async.csproj

│   ├── Form1.cs

│   └── Form1.res

├── Pocket PC

│   └── Tester

│   ├── FailDetails.cs

│   ├── FailDetails.Designer.cs

│   ├── FailDetails.resx

│   ├── Form1.cs

│   ├── Form1.Designer.cs

│   ├── Form1.resx

│   ├── MySql.Data.Tests.CF.dll.config

│   ├── Program.cs

│   ├── Properties

│   │   ├── AssemblyInfo.cs

│   │   ├── green.png

│   │   ├── red.png

│   │   ├── Resources.Designer.cs

│   │   ├── Resources.resx

│   │   └── white.png

│   └── Tester.csproj

└── Table Editor

├── cs

│   ├── App.ico

│   ├── AssemblyInfo.cs

│   ├── Form1.cs

│   ├── Form1.resx

│   ├── TableEditor.build

│   └── TableEditor.csproj

└── vb

├── AssemblyInfo.vb

├── Form1.resx

├── Form1.vb

├── TableEditor.build

└── TableEditor.vbproj

17 directories, 69 files

 类似资料: