FunctionRand Method
Returns a random value.
Definition
Namespace: SphinxConnector.FluentApi
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
A random value.
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public static int Rand()VB
Public Shared Function Rand As IntegerReturn Value
Int32A random value.
Remarks
Currently only supported within OrderByTKey(ExpressionFuncTDocument, TKey) and
OrderByDescendingTKey(ExpressionFuncTDocument, TKey).