Question: Question 5 Consider the following database context class. Which of the following statements is correct?. public class ReservationsContext: DbContext 1 public ReservatjonContext ( DbContextoptions options

Question 5
Consider the following database context class. Which of the following statements is correct?.
public class ReservationsContext: DbContext
1
public ReservatjonContext (DbContextoptions options) : base (options)
{
1
public DBSet Rooms (get; set;
}
The SQL Server database contains a table named DbContext
The SQL Server database contains a table named ReservationsContext
The SQL Server database contains a table named Reservations
The SQL Server database contains a table named Rooms
 Question 5 Consider the following database context class. Which of the

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!