Beispiel #1
0
        public static Function SubtotalInstance(Function func)
        {
            AggregateFunction arg = (AggregateFunction)func;

            return(new SubtotalInstance(arg));
        }
Beispiel #2
0
 public SubtotalInstance(AggregateFunction func)
 {
     _func = func;
 }