dotConnect for MySQL Documentation
Devart.Data.MySql Namespace / MySqlScript Class / MySqlScript Constructor / MySqlScript Constructor(String)
The text of the query.

In This Topic
    MySqlScript Constructor(String)
    In This Topic
    Initializes a new instance of the MySqlScript class with the text of the query.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal scriptText As String _
    )
    public MySqlScript( 
       string scriptText
    )

    Parameters

    scriptText
    The text of the query.
    See Also