CqlReaderFieldCount Property  | 
 Gets the number of columns in the current row.
 
    Namespace: 
   Cassandra.Data
    Assembly:
   Cassandra (in Cassandra.dll) Version: 3.10.0
Syntaxpublic override int FieldCount { get; }Return Value
Type: 
Int32The number of columns in the current row.
Implements
IDataRecordFieldCount
Exceptions| Exception | Condition | 
|---|
| NotSupportedException | There is no current connection to an instance of SQL Server.  | 
See Also