MySQL Connector/NET Release Notes
Abstract
This manual describes how to install and configure MySQL Connector/NET, the connector that enables .NET applications to communicate with MySQL servers, and how to use it to develop database applications.
For notes detailing the changes in each release of Connector/NET, see MySQL Connector/NET Release Notes.
For legal information, including licensing information, see the Preface and Legal Notices.
For help with using MySQL, please visit the MySQL Forums, where you can discuss your issues with other MySQL users.
Document generated on: 2024-11-20 (revision: 80271)
Table of Contents
- Preface and Legal Notices
- 1 Introduction to MySQL Connector/NET
- 2 Connector/NET Versions
- 3 Connector/NET Installation
- 4 Connector/NET Connections
- 5 Connector/NET Programming
- 5.1 Using GetSchema on a Connection
- 5.2 Using MySqlCommand
- 5.3 Using Connector/NET with Table Caching
- 5.4 Preparing Statements in Connector/NET
- 5.5 Creating and Calling Stored Procedures
- 5.6 Handling BLOB Data With Connector/NET
- 5.7 Working with Partial Trust / Medium Trust
- 5.8 Writing a Custom Authentication Plugin
- 5.9 Using the Connector/NET Interceptor Classes
- 5.10 Handling Date and Time Information in Connector/NET
- 5.11 Using the MySqlBulkLoader Class
- 5.12 Connector/NET Tracing
- 5.13 Using Connector/NET with Crystal Reports
- 5.14 Asynchronous Methods
- 5.15 Binary and Nonbinary Issues
- 5.16 Character Set Considerations for Connector/NET
- 6 Connector/NET Tutorials
- 6.1 Tutorial: An Introduction to Connector/NET Programming
- 6.2 ASP.NET Provider Model and Tutorials
- 6.3 Tutorial: Using an Entity Framework Entity as a Windows Forms Data Source
- 6.4 Tutorial: Data Binding in ASP.NET Using LINQ on Entities
- 6.5 Tutorial: Generating MySQL DDL from an Entity Framework Model
- 6.6 Tutorial: Basic CRUD Operations with Connector/NET
- 6.7 Tutorial: Configuring SSL with Connector/NET
- 6.8 Tutorial: Using MySqlScript
- 7 Connector/NET for Entity Framework
- 8 Connector/NET API Reference
- 8.1 MySql.Data.Common.DnsClient
- 8.2 MySql.Data.MySqlClient Namespace
- 8.3 MySql.Data.MySqlClient.Authentication Namespace
- 8.4 MySql.Data.MySqlClient.Interceptors Namespace
- 8.5 MySql.Data.MySqlClient.Replication Namespace
- 8.6 MySql.Data.Types Namespace
- 8.7 MySql.Data.EntityFramework Namespace
- 8.8 Microsoft.EntityFrameworkCore Namespace
- 8.9 MySql.EntityFrameworkCore Namespace
- 8.10 MySql.Web Namespace
- 9 Connector/NET Support
- 10 Connector/NET FAQ