MySqlHelper Class

MySQL Connector.Net

Collapse image Expand Image Copy image CopyHover image
Helper class that makes it easier to work with the provider.

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

Syntax

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

Inheritance Hierarchy

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

See Also