반응형 DB연결1 Entity Framework DB Connection 간단히 테스트 할 수 있는 버전 using System; using System.Collections.Generic; using System.Linq; using System.Data.SqlClient; using System.Data.Entity; using kaishaku.FrameWork.Base; using DTO.Common.Common; using DTO.Common.Cocktail; namespace BIZ.Common.Dac { public class CommonCodeDAO : DacBase { public List COMMON_CODE_LIST(string company, string highCode) { using (var con = new DbContext(@"Data Source=.. 2021. 3. 27. 이전 1 다음 반응형