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