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: 6.0.0
Syntax
public override int FieldCount { get; }

Property Value

Int32

Return Value

Int32
The number of columns in the current row.

Implements

IDataRecordFieldCount
See Also