CqlReaderFieldCount Property |
Gets the number of columns in the current row.
Namespace: Cassandra.DataAssembly: Cassandra (in Cassandra.dll) Version: 3.7.0
Syntax public override int FieldCount { get; }
Return Value
Type:
Int32When not positioned in a valid recordset, 0; otherwise, the number of columns in the current record. The default is -1.
Implements
IDataRecordFieldCountSee Also