3 references to Take
System.Data.Entity (3)
System\Data\Objects\ELinq\MethodCallTranslator.cs (1)
1555
internal TakeTranslator() : base(SequenceMethod.
Take
) { }
System\Data\Objects\ELinq\ReflectionUtil.cs (2)
61
map.Add(@"Take(IQueryable`1<T0>, Int32)->IQueryable`1<T0>", SequenceMethod.
Take
);
168
map.Add(@"Take(IEnumerable`1<T0>, Int32)->IEnumerable`1<T0>", SequenceMethod.
Take
);