Click or drag to resize

Function Methods

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