=****;Password=****;" providerName="System.Data.SqlClient" />public ActionResult Index() var q = (from c in db.ChannelMapsselect c.LABEL).ToList();
}
以下是模型中</
(当然,我们将DbSet添加到我们的ApplicationDbContext中)。然后,我们在类中添加一个新字段: public class Employee public int Id { get; set; } public string Note { get; set; } // ***NEW FIELD***
} 我们可以添加我