See Also

MySqlDataSet Members  | CoreLab.MySql Namespace

 

Language

Visual Basic

C#

Show All

See AlsoRequirementsLanguagesCoreLab.MySqlSend comments on this topic.

MySqlDataSet Class

Represents an in-memory cache of data with support for MySQL-specific features.

For a list of all members of this type, see MySqlDataSet members.

Inheritance Hierarchy

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

Syntax

[Visual Basic]
Public Class MySqlDataSet    Inherits DbDataSet    Implements IComponent, IListSource, ISupportInitialize, ISupportInitializeNotification, IDisposable, IServiceProvider, ISerializable, IXmlSerializable 
[C#]
public class MySqlDataSet : DbDataSet, IComponent, IListSource, ISupportInitialize, ISupportInitializeNotification, IDisposable, IServiceProvider, ISerializable, IXmlSerializable 

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 MySqlDataSetGenerator. If you're using .NET Framework 2.0, you'll need to delete all TableAdapters from the old DataSet.

 

See Also

MySqlDataSet Members  | CoreLab.MySql Namespace

 

 


© 2002 - 2008 Devart. All Rights Reserved.