Click or drag to resize

Function Class

A class for creating IFunction instances
Inheritance Hierarchy
SystemObject
  Couchbase.Lite.QueryFunction

Namespace:  Couchbase.Lite.Query
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0195
Syntax
C#
public static class Function

The Function type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAvg
Creates a function that will calculate the average of the expression in question across the results in a particular query
Public methodStatic memberCount
Creates a function that will count the occurrences of expression in question across the results in a particular query
Public methodStatic memberMax
Creates a function that will calculate the max value of the expression in question across the results in a particular query
Public methodStatic memberMin
Creates a function that will calculate the min value of the expression in question across the results in a particular query
Public methodStatic memberSum
Creates a function that will calculate the sum of the expression in question across the results in a particular query
Top
See Also