MySqlDataReader.FieldCount Property

MySQL Connector/Net

MySqlDataReaderFieldCount Property
Gets the number of columns in the current row.

Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.9.9
Syntax
public override int FieldCount { get; }
Public Overrides ReadOnly Property FieldCount As Integer
	Get
public:
virtual property int FieldCount {
	int get () override;
}
abstract FieldCount : int with get
override FieldCount : int with get

Property Value

Type: Int32

Implements

IDataRecordFieldCount
IDataRecordFieldCount
See Also