Sphinx QLData ReaderGet Sphinx Timestamp(String) Method
Gets the value of the specified column as a SphinxTimestamp.
Definition
Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
The value of the specified column.
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public SphinxTimestamp GetSphinxTimestamp(
string name
)VB
Public Function GetSphinxTimestamp (
name As String
) As SphinxTimestampParameters
- name String
- The name of the column.
Return Value
SphinxTimestampThe value of the specified column.