MySQL Connector/Net |
MySqlScriptEventArgs..::.Line Property |
MySqlScriptEventArgs Class See Also Send Feedback |
Gets the line.
Namespace:
MySql.Data.MySqlClient
Assembly:
MySql.Data (in MySql.Data.dll) Version: 6.2.2.0
Syntax
C# |
---|
public int Line { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Property Line As Integer |
Visual C++ |
---|
public: property int Line { int get (); } |