CqlReaderFieldCount Property |
Gets the number of columns in the current row.
Namespace: Cassandra.DataAssembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax public override int FieldCount { get; }
Return Value
Type:
Int32The number of columns in the current row.
Implements
IDataRecordFieldCountExceptions Exception | Condition |
---|
NotSupportedException | There is no current connection to an instance of SQL Server. |
See Also