Class CountFunction
Represents a function that returns the number of items in a set of items, including nested sets.
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 CountFunction : QueryEnumerableAggregateFunction
Properties
AggregateMethodName
Gets the the Count method name.
Declaration
public override string AggregateMethodName { get; }
Property Value
String
|