MySqlScript.Execute Method

MySQL Connector/Net

MySqlScriptExecute Method
Executes this instance.

Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.9.9
Syntax
public int Execute()
Public Function Execute As Integer
public:
int Execute()
member Execute : unit -> int 

Return Value

Type: Int32
The number of statements executed as part of the script.
See Also