 | SphinxQLDataReaderFieldCount Property |
Gets the number of columns in the current row.
Namespace:
SphinxConnector.SphinxQL
Assembly:
SphinxConnector (in SphinxConnector.dll) Version: 5.4.1
Syntaxpublic override int FieldCount { get; }
Public Overrides ReadOnly Property FieldCount As Integer
Get
Property Value
Type:
Int32Return Value
Type:
Int32
The number of columns in the current row.
Implements
IDataRecordFieldCount
See Also