 | SphinxQLDataReaderFieldCount Property |
Gets the number of columns in the current row.
Namespace: SphinxConnector.SphinxQLAssembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
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