Tech
News
Videos
Forums
Jobs
Books
Events
More
Interviews
Live
Learn
Training
Career
Members
Blogs
Challenges
Certification
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Fetch Required Records From Entity Framework
WhatsApp
Rahul Kumar Saxena
9y
2.3
k
0
0
25
Blog
Use Below Query to achieve this:
DBContext
obj = new
DBContext
();
int
pageSize = 10;
int
PageIndex = 2;
List
lstEmployee = obj.Employee.Take(pageSize)
.Skip(PageIndex * pageSize)
.ToList();
Now check this list lstEmployee and enjoy Programming... :)
Fetch Required Records From Entity Framework
Up Next
Entity Framework Error on SaveChanges()
Ebook Download
View all
.NET Interview Questions and Answer: Practical Implementation
Read by 41.8k people
Download Now!
Learn
View all
Membership not found