MySqlHelper Class

MySQL Connector/Net

Helper class that makes it easier to work with the provider.

Namespace:  MySql.Data.MySqlClient
Assembly:  MySql.Data (in MySql.Data.dll) Version: 6.2.2.0

Syntax

C#
public sealed class MySqlHelper
Visual Basic (Declaration)
Public NotInheritable Class MySqlHelper
Visual C++
public ref class MySqlHelper sealed

Inheritance Hierarchy

System..::.Object
  MySql.Data.MySqlClient..::.MySqlHelper

See Also