ProjectionCountTResult Method
Computes the number of occurences of a value in a sequence of values.
Definition
Namespace: SphinxConnector.FluentApi
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
The number of occurences.
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public static TResult Count<TResult>()
VB
Public Shared Function Count(Of TResult) As TResultType Parameters
- TResult
- The type of the result.
Return Value
TResultThe number of occurences.