Click or drag to resize
CqlReaderFieldCount Property
Gets the number of columns in the current row.

Namespace: Cassandra.Data
Assembly: Cassandra (in Cassandra.dll) Version: 3.7.0
Syntax
C#
public override int FieldCount { get; }

Return Value

Type: Int32
When not positioned in a valid recordset, 0; otherwise, the number of columns in the current record. The default is -1.

Implements

IDataRecordFieldCount
See Also