temp (2) 썸네일형 리스트형 [mssql] 테이블의 전체 레코드 수 가져오기 속도향상 USE {{데이터베이스명}} -- 일반 테이블 SELECT [rows] AS [rowCount] FROM sysindexes WHERE id = OBJECT_ID('{{테이블명}}') AND indid error CS1061: 'int' does not contain a definition for 'ToList' and no extension method 'ToList' accepting a first argument of type 'int' could be found (are you missing a using directive or an assembly reference?) error CS1061: 'int' does not contain a definition for 'ToList' and no extension method 'ToList' accepting a first argument of type 'int' could be found (are you missing a using directive or an assembly reference?) 1. 원인 entoty framework 에 매핑 한 stored procedure 가 model 을 제대로 생성 할 수 없을때 발생하는 오류입니다.1-1. 예sp 내부에 #TEMP 테이블 join이나 select 가 있으며 list 로 가져올 컬럼을 매핑 할 수 없을 때 발생합니다. 즉, var onbidObjectList =.. 이전 1 다음