Notice
														
												
											
												
												
													Recent Posts
													
											
												
												
													Recent Comments
													
											
												
												
													Link
													
											
									| 일 | 월 | 화 | 수 | 목 | 금 | 토 | 
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | |||
| 5 | 6 | 7 | 8 | 9 | 10 | 11 | 
| 12 | 13 | 14 | 15 | 16 | 17 | 18 | 
| 19 | 20 | 21 | 22 | 23 | 24 | 25 | 
| 26 | 27 | 28 | 29 | 30 | 31 | 
													Tags
													
											
												
												- 코딩테스트유형
- 취업코데
- 알고리즘
- blobcontainer
- 파이썬백준
- 프로그래머스MYSQL
- c# 엑셀추출
- C#
- 투포인터예제
- 프로그래머스SQL
- 코테
- sql
- sql풀이
- 프로그래머스
- BLOB
- export to excel
- 파이썬
- 코테유형
- blob파일다운로드
- mysql
- sql server 포트번호
- frontend
- blob다운로드오류
- 코딩테스트
- c#blob
- 백준
- asp.net
- queryasync
- blob파일업로드
- 로컬포트번호
													Archives
													
											
												
												- Today
- Total
목록queryasync (1)
개발새발
			
			
				[Asp.Net] Dapper QueryAsync splitOn Multi mapping 쿼리 데이터 리스트 그룹화 바인딩
				
	
	
               
           
					
					
					
					
					
					
						
					
				Dapper QueryAsync를 사용해서 반환된 데이터를 내가 원하는 형태로 바인딩하려 했다 [Detail, Contact:[1,2,3]] Detail 데이터에 Contact 영역을 그룹화하는 방식이다. 예시) public class Info { [Key] public int Id { get; set; } public string CaseId { get; set; } public string State { get; set; } public string City { get; set; } public string Street { get; set; } public List ContactInfo { get; set; } } public class Contact { [Key] public int ContactI..
				개발/Back
				
				2024. 4. 8. 08:17