Class MaxFunction
Represents a function that returns the greatest item from a set of items.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
Namespace: IRM.Messaging
Assembly: IRM.dll
Syntax
[Serializable]
public class MaxFunction : QueryEnumerableAggregateFunction
Properties
AggregateMethodName
Gets the the Max method name.
Declaration
public override string AggregateMethodName { get; }
Property Value
String
|