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