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.
System.Object
System.ComponentModel.MarshalByValueComponent
System.Data.DataSet
CoreLab.Common.DbDataSet
CoreLab.MySql.MySqlDataSet
[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 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.
MySqlDataSet Members | CoreLab.MySql Namespace
© 2002 - 2008 Devart. All Rights Reserved.