IQueryable<T>.Skip Method

Include Protected Members
Include Inherited Members

Overload List

  Name Description
Bb882968.pubextension(en-us,VS.95).gif Skip(Int32) Bypasses a specified number of elements in a sequence and then returns the remaining elements. (Defined by Enumerable.)
Bb882968.pubextension(en-us,VS.95).gif Skip(Int32) Bypasses a specified number of elements in a sequence and then returns the remaining elements. (Defined by Queryable.)

Top

See Also

Reference

IQueryable<T> Interface

IQueryable<T> Members

System.Linq Namespace