Click or drag to resize

CqlReaderFieldCount Property

Gets the number of columns in the current row.

Namespace:  Dse.Data
Assembly:  Dse (in Dse.dll) Version: 2.6.0
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