Class QueryEnumerableAggregateFunction
Represents an QueryAggregateFunction that uses aggregate extension methods provided in System.Linq.Enumerable.
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 abstract class QueryEnumerableAggregateFunction : QueryAggregateFunction
Properties
ExtensionMethodsType
Declaration
protected virtual Type ExtensionMethodsType { get; }
Property Value
System.Type
|
Methods
GenerateFunctionName()
Generates default name for this function using this type's name.
Declaration
protected override string GenerateFunctionName()
Returns
String
A generated function name. |