dotConnect for MySQL Documentation
Devart.Data.MySql Namespace / MySqlHelper Class
Methods

In This Topic
    MySqlHelper Class Members
    In This Topic

    The following tables list the members exposed by MySqlHelper.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the MySqlHelper class.  
    Top
    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Escapes the string.  
    Public Methodstatic (Shared in Visual Basic)Executes a single SQL command and returns the first row of the resultset. A new MySqlConnection object is created, opened, and closed during this method.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Executes a single SQL command and returns the resultset in a System.Data.DataSet. The state of the MySqlConnection object remains unchanged after execution of this method.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Executes a single command against a MySQL database. The MySqlConnection is assumed to be open when the method is called and remains open after the method completes.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Executes a single command against a MySQL database, possibly inside an existing transaction, and returns MySqlDataReader as the result.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Execute a single command against a MySQL database and returns a single value as the result.  
    Public Methodstatic (Shared in Visual Basic)Updates the given table with data from the given System.Data.DataSet.  
    Top
    See Also