Name | Description | |
---|---|---|
MySqlScript Constructor | Overloaded. Initializes a new instance of the MySqlScript class. |
The following tables list the members exposed by MySqlScript.
Name | Description | |
---|---|---|
MySqlScript Constructor | Overloaded. Initializes a new instance of the MySqlScript class. |
Name | Description | |
---|---|---|
CommandTimeout | Gets or sets the wait time before terminating an attempt to execute a script and generating an error. (Inherited from Devart.Common.DbScript) | |
Connection | Gets or sets the MySqlConnection used by this instance of the MySqlScript. | |
Container | (Inherited from System.ComponentModel.Component) | |
Delimiter | Gets or sets the command delimiter that is used in the script by default, i.e., before the DELIMITER statement is explicitly called. | |
Name | Gets or sets the name of component that will be displayed in dbMonitor application. (Inherited from Devart.Common.DbScript) | |
ScriptText | Overridden. Gets or sets text of the script. | |
Site | (Inherited from System.ComponentModel.Component) | |
Statements | Gets the collection of statements that make up the script. |
Name | Description | |
---|---|---|
Cancel | Tries to cancel the execution of a Devart.Common.DbScript descendant. (Inherited from Devart.Common.DbScript) | |
CreateObjRef | (Inherited from System.MarshalByRefObject) | |
Dispose() | (Inherited from System.ComponentModel.Component) | |
Execute | Executes the script specified in ScriptText property. (Inherited from Devart.Common.DbScript) | |
ExecuteNext | Executes the next statement from the script. (Inherited from Devart.Common.DbScript) | |
GetLifetimeService | (Inherited from System.MarshalByRefObject) | |
InitializeLifetimeService | (Inherited from System.MarshalByRefObject) | |
Open | Overloaded. Prepares a stream to be executed as SQL script. (Inherited from Devart.Common.DbScript) | |
Reset | Overridden. Positions ExecuteNext method on the first statement in the script. | |
ToString | (Inherited from System.ComponentModel.Component) |
Name | Description | |
---|---|---|
Disposed | (Inherited from System.ComponentModel.Component) | |
Error | Occurs when a SQL statement within script has produced an error. (Inherited from Devart.Common.DbScript) | |
MySqlStatementExecute | Occurs when a SQL statement within the script is about to execute. | |
Progress | Occurs when a SQL statement within script has successfully executed. (Inherited from Devart.Common.DbScript) |