SphinxQLDataReaderGetSphinxTimestamp(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
C#
public SphinxTimestamp GetSphinxTimestamp(
	string name
)

Parameters

name  String
The name of the column.

Return Value

SphinxTimestamp
The value of the specified column.

See Also