See Also

MySqlDataSet Members  | Devart.Data.MySql Namespace

 

Language

Visual Basic

C#

Show All

See AlsoRequirementsLanguagesDevart.Data.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
         Devart.Common.DbDataSet
            Devart.Data.MySql.MySqlDataSet

Syntax

[Visual Basic]
Public Class MySqlDataSet    Inherits DbDataSet    Implements IComponentIListSourceISupportInitializeISupportInitializeNotificationIDisposableIServiceProviderISerializableIXmlSerializable 
[C#]
public class MySqlDataSet : DbDataSet, IComponentIListSourceISupportInitializeISupportInitializeNotificationIDisposableIServiceProviderISerializableIXmlSerializable 

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. You will also need to delete all TableAdapters from the old DataSet.

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

 

See Also

MySqlDataSet Members  | Devart.Data.MySql Namespace

 

 


© 2002 - 2008 Devart. All Rights Reserved.