Class MySqlScriptEventArgs
Sets the arguments associated to MySQL scripts.
Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data.dll
Version: 9.1.0
Syntax
public class MySqlScriptEventArgs : EventArgs
Properties
Line
Gets the line.
Declaration
public int Line { get; }
Property Value
Type | Description |
---|---|
System.Int32 | The line. |
Position
Gets the position.
Declaration
public int Position { get; }
Property Value
Type | Description |
---|---|
System.Int32 | The position. |
StatementText
Gets the statement text.
Declaration
public string StatementText { get; }
Property Value
Type | Description |
---|---|
System.String | The statement text. |