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