FieldCount Property

MySQL Connector.Net

Collapse image Expand Image Copy image CopyHover image
Gets the number of columns in the current row.

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

Syntax

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

Implements

IDataRecord..::..FieldCount
IDataRecord..::..FieldCount

See Also