Click or drag to resize

SphinxQLDataReaderGetSphinxTimestamp(String) Method

Gets the value of the specified column as a SphinxTimestamp.

Namespace: SphinxConnector.SphinxQL
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.0.0
Syntax
public SphinxTimestamp GetSphinxTimestamp(
	string name
)

Parameters

name  String
The name of the column.

Return Value

SphinxTimestamp
The value of the specified column.
See Also