Specifies the data type of a field, a property, or a Parameter object.

Namespace: Gronewold.SphinxConnector.SphinxQL
Assembly: Gronewold.SphinxConnector (in Gronewold.SphinxConnector.dll) Version: 2.7.0.3011 (2.7.0.3011)

Syntax

C#
public enum SphinxType
Visual Basic
Public Enumeration SphinxType

Members

Member nameValueDescription
String0 A type representing Unicode character strings.
UInt1 A 32-bit unsigned integers with values between 0 and 4294967295.
BigInt2 A 64-bit signed integer.
Float3 A floating point number within the range of 1e-38 to 1e+38
Timestamp4 A Unix timestamp.
Bool5 A type representing Boolean values of true or false.
UBigInt6 A 64-bit unsigned integer.

See Also