Which of the following properites need to be added to your database context DbContext) to persist ToDo models in your da
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Which of the following properites need to be added to your database context DbContext) to persist ToDo models in your da
Which of the following properites need to be added to your database context DbContext) to persist ToDo models in your database? (6pt) O private DbSet< ToDo> ToDoltems { get; set; } O public DbSet<ToDo> ToDoltems { get; set; } public DbContext ToDo { get; set; } O public DbContext<To Do> ToDoltems { get; set; }
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!