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