3 references to AverageDecimal
System.Data.Entity (3)
System\Data\Objects\ELinq\MethodCallTranslator.cs (1)
1922
SequenceMethod.
AverageDecimal
,
System\Data\Objects\ELinq\ReflectionUtil.cs (2)
145
map.Add(@"Average(IQueryable`1<Decimal>)->Decimal", SequenceMethod.
AverageDecimal
);
323
map.Add(@"Average(IEnumerable`1<Decimal>)->Decimal", SequenceMethod.
AverageDecimal
);