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: 5.3.0
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