Overload | Description |
---|---|
MySqlScript Constructor() | Initializes a new instance of the MySqlScript class. |
MySqlScript Constructor(String) | Initializes a new instance of the MySqlScript class with the text of the query. |
MySqlScript Constructor(String,MySqlConnection) | Initializes a new instance of the MySqlScript class with the text of the query and a MySqlConnection object. |
MySqlScript Constructor(Stream) | Initializes a new instance of the MySqlScript class with a Stream object to get SQL statements from. |
MySqlScript Constructor(Stream,MySqlConnection) | Initializes a new instance of the MySqlScript class with a Stream object to get SQL statements from and a MySqlConnection object. |
MySqlScript Constructor(TextReader) | Initializes a new instance of the MySqlScript class with a TextReader object to get SQL statements from. |
MySqlScript Constructor(TextReader,MySqlConnection) | Initializes a new instance of the MySqlScript class with a TextReader object to get SQL statements from and a MySqlConnection object. |