Click or drag to resize
SphinxQLDataReaderFieldCount Property
Gets the number of columns in the current row.

Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
Syntax
public override int FieldCount { get; }

Property Value

Type: Int32

Return Value

Type: Int32
The number of columns in the current row.

Implements

IDataRecordFieldCount
See Also