Line Property

MySQL Connector.Net

Collapse image Expand Image Copy image CopyHover image
Gets the line.

Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.8.4.0

Syntax

C#
public int Line { get; }
Visual Basic
Public ReadOnly Property Line As Integer
	Get
Visual C++
public:
property int Line {
	int get ();
}

Field Value

The line.

See Also