 | SphinxQLDataReaderGetSphinxTimestamp Method (Int32) |
Gets the value of the specified column as a SphinxTimestamp.
Namespace:
SphinxConnector.SphinxQL
Assembly:
SphinxConnector (in SphinxConnector.dll) Version: 5.4.1
Syntaxpublic SphinxTimestamp GetSphinxTimestamp(
int ordinal
)
Public Function GetSphinxTimestamp (
ordinal As Integer
) As SphinxTimestamp
Parameters
- ordinal
- Type: SystemInt32
The zero-based column ordinal.
Return Value
Type:
SphinxTimestampThe value of the specified column.
Exceptions
See Also