1 List<string> list = db.SD_EKPI_PARAM.Where(r => r.SD_EKPI_ID == KPIId).Select(r => r.SD_EKPI_PARAM_NAME).ToList();