Show / Hide Table of Contents

Class SumFunction

Represents a function that returns the sum of all items from a set of items.

Inheritance
Object
QueryAggregateFunction
QueryEnumerableAggregateFunction
SumFunction
Inherited Members
QueryEnumerableAggregateFunction.ExtensionMethodsType
QueryEnumerableAggregateFunction.GenerateFunctionName()
QueryAggregateFunction.Caption
QueryAggregateFunction.SourceField
QueryAggregateFunction.FunctionName
QueryAggregateFunction.ResultFormatString
System.Object.ToString()
Object.Equals(Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
Object.MemberwiseClone()
Namespace: IRM.Messaging
Assembly: IRM.dll
Syntax
[Serializable]
public class SumFunction : QueryEnumerableAggregateFunction

Properties

AggregateMethodName

Gets the the Sum method name.

Declaration
public override string AggregateMethodName { get; }
Property Value
String

Overrides
QueryAggregateFunction.AggregateMethodName

Extension Methods

ObjectExtensions.DeepClone<T>(T)
AnnotationsExtensions.IsValid(Object)
Back to top Generated by DocFX