dotConnect for MySQL Documentation
Devart.Data.MySql Namespace / MySqlDataSet Class
Members

MySqlDataSet Class
Represents an in-memory cache of data with support for MySQL-specific features.
Syntax
Remarks

Refer to topic General Concepts in Database Application Development for information on how to use the MySqlDataSet class best.

This class supports cross-form data binding with the InterForm Technology.

To migrate from a standard typed DataSet, change its Custom Tool property to dcMySqlDataSetGenerator. You will also need to delete all TableAdapters from the old DataSet.

Note: This class is not available in .NET Standard 1.3 compatible assembly. It is available only in the assembly for full .NET Framework and .NET Standard 2.0 compatible assemblies.

This class is available only in Professional and Developer Editions. It is not available in Standard and Mobile Editions.

Inheritance Hierarchy

System.Object
   System.ComponentModel.MarshalByValueComponent
      System.Data.DataSet
         Devart.Common.DbDataSet
            Devart.Data.MySql.MySqlDataSet

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also