Ejemplo n.º 1
0
 public AggregationMethodFactory MakeFirstEver(
     StatementExtensionSvcContext statementExtensionSvcContext,
     ExprFirstEverNode exprFirstEverNode,
     Type type)
 {
     return(new AggregationMethodFactoryFirstEver(exprFirstEverNode, type));
 }
 public AggregationMethodFactoryFirstEver(ExprFirstEverNode parent, Type childType)
 {
     Parent    = parent;
     ChildType = childType;
 }