MySqlScript.Error Event
From MySQL Connector/Net
MySQL Connector/Net
| MySqlScriptError Event |
Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.9.9
public event MySqlScriptErrorEventHandler Error
Public Event Error As MySqlScriptErrorEventHandler
public: event MySqlScriptErrorEventHandler^ Error { void add (MySqlScriptErrorEventHandler^ value); void remove (MySqlScriptErrorEventHandler^ value); }
member Error : IEvent<MySqlScriptErrorEventHandler, MySqlScriptErrorEventArgs>