I am using Advantage database server 10 with MVC Entity FW. While trying to skip items of an IQueryable list, getting an error "Skipping rows in results is not currently supported."
allItems.Skip(itemIndex).Take(pageSize);
Any familiar with this error please help, skip works fine only if results converted using ToList()