Code Monkey home page Code Monkey logo

entityframeworkpaginate's Introduction

entityframeworkpaginate's People

Contributors

harshwpro avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

entityframeworkpaginate's Issues

Getting error without sorting and filtering?

Hello,

I am trying to paginate the result of my query however I am getting the following error:

"Exception thrown: 'System.NotSupportedException' in EntityFramework.SqlServer.dll
Additional information: The method 'Skip' is only supported for sorted input in LINQ to Entities. The method 'OrderBy' must be called before the method 'Skip'. occurred"

I am using this overload:

Page pagination = context.Todoes.Paginate(1, 10);

Packages:

  <package id="EntityFramework" version="6.2.0" targetFramework="net461" />
  <package id="EntityFrameworkPaginate" version="1.2.0" targetFramework="net461" />

Shouldn't it work?

Rahman

Entityframework Paginate error

Hello, this is really great. Thanks for share.

I tried step by step as explained in the tutorial but I get this error:

The method 'Skip' is only supported for sorted input in LINQ to Entities. The method 'OrderBy' must be called before the method 'Skip'.

To resolve this I had to put the sort expression before Paginate

dbContext.Entity.OrderBy(OrderByExpression).Paginate(parameters.PageNumber, parameters.PageSize, sorts, filter);

Thanks again.

OrderBy and ThenBy

Hello,
I would like to use sorting by two or more columns, is it possible?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.