3 references to GetAggregate
System.Data.Linq (3)
SqlClient\Query\QueryConverter.cs (3)
1687this.GetAggregate(aggType, returnType, exp), 1716SqlExpression agg = this.GetAggregate(aggType, returnType, exp); 1732this.GetAggregate(aggType, returnType, isCount ? null : (lambda == null) ? aref : exp),