MySQL Connector/Net
MySqlScriptEventArgsLine Property |
Gets the line.
Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.9.9

public int Line { get; }
Public ReadOnly Property Line As Integer Get
public: property int Line { int get (); }
member Line : int with get
Property Value
Type: Int32The line.
