CqlReaderFieldCount Property |
Gets the number of columns in the current row.
Namespace: Dse.DataAssembly: Dse (in Dse.dll) Version: 2.2.0
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