3 references to Skip
System.Data.Entity (3)
System\Data\Objects\ELinq\MethodCallTranslator.cs (1)
1563
internal SkipTranslator() : base(SequenceMethod.
Skip
) { }
System\Data\Objects\ELinq\ReflectionUtil.cs (2)
64
map.Add(@"Skip(IQueryable`1<T0>, Int32)->IQueryable`1<T0>", SequenceMethod.
Skip
);
171
map.Add(@"Skip(IEnumerable`1<T0>, Int32)->IEnumerable`1<T0>", SequenceMethod.
Skip
);