Page 1 of 1

Which of the following properites need to be added to your database context DbContext) to persist ToDo models in your da

Posted: Mon May 09, 2022 7:09 am
by answerhappygod
Which Of The Following Properites Need To Be Added To Your Database Context Dbcontext To Persist Todo Models In Your Da 1
Which Of The Following Properites Need To Be Added To Your Database Context Dbcontext To Persist Todo Models In Your Da 1 (26.97 KiB) Viewed 28 times
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; }