 | SphinxQLDataReaderGetSphinxTimestamp(String) 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(
string name
)
Public Function GetSphinxTimestamp (
name As String
) As SphinxTimestamp
Parameters
- name String
- The name of the column.
Return Value
SphinxTimestampThe value of the specified column.
See Also