1 implementation of Skip
System.Web.Extensions (1)
UI\WebControls\DynamicQueryableWrapper.cs (1)
29
public IQueryable
Skip
(IQueryable source, int count) {
1 reference to Skip
System.Web.Extensions (1)
UI\WebControls\QueryableDataSourceView.cs (1)
463
source = _queryable.
Skip
(source, context.Arguments.StartRowIndex);