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.0.9 (git 5ca22bb)
Syntax
C#
public override int FieldCount { get; }

Return Value

Type: Int32
The number of columns in the current row.

Implements

IDataRecordFieldCount
Exceptions
ExceptionCondition
NotSupportedExceptionThere is no current connection to an instance of SQL Server.
See Also