반응형
C# Entity framework에서 top5만 나오게 하기
.Take(5) 가 정답이네요.
context.PersonSet.OrderByDescending(u => u.OnlineAccounts.Count).Take(5); |
출처: https://stackoverflow.com/questions/2656576/select-top-5-in-entity-framework
반응형
'C# > ASP.net' 카테고리의 다른 글
URL중에 http://도메인:PORT 구하기 (0) | 2018.04.27 |
---|---|
WCF Web HTTP Service Help Page만들기 (URI, Method-GET/POST등) (0) | 2017.10.06 |
DB Connection 실패시 나오는 에러 (방화벽이 차단했을경우등) SqlException (0x80131904) (0) | 2017.09.28 |
에러: Object cannot be cast form DBNull to other types. (0) | 2017.08.30 |
c# fileupload exists (파일 존재 여부 체크) Image 파일만 체크 (0) | 2017.06.10 |
asp:TextBox에 type="number" 넣기 (0) | 2017.06.08 |
[.net MVC Core] .Net Core 플랫폼 받기 (0) | 2017.04.28 |
[.net MVC Core] Model의 Data의 DisplayFormat 바꾸기 (날짜, 통화) (0) | 2017.04.26 |
도움이 되셨다면 하트모양의 "♡ 공감"을 눌러주시면 큰 격려가 됩니다.
(로그인하지 않으셔도 가능)
(로그인하지 않으셔도 가능)