MySQL Connector/Net
MySqlScriptExecute Method |
Executes this instance.
Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.9.9

public int Execute()
Public Function Execute As Integer
public: int Execute()
member Execute : unit -> int
Return Value
Type: Int32The number of statements executed as part of the script.
