Click or drag to resize
UdfReturnType Enumeration
Indicates which type is returned from a user-defined function (UDF).

Namespace: SphinxConnector.FluentApi
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
Syntax
public enum UdfReturnType
Members
  Member nameValueDescription
Int0 Indicates that the type returned is a 32-bit integer.
BigInt1 Indicates that the type returned is a 64-bit integer.
Float2 Indicates that the type returned is a single precision floating point number.
String3 Indicates that the type returned is a string.
See Also