SphinxQLDataReaderFieldCount Property

Gets the number of columns in the current row.

Definition

Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public override int FieldCount { get; }

Property Value

Int32

Return Value

Int32
The number of columns in the current row.

Implements

IDataRecordFieldCount

See Also