Kizspy | Question: 25
(Choose 1 answer)
What is the role of DbSet in EF Core?
A. To represent an entity as a database table.
B. To perform database migrations.
C. To connect to the database using a specific provider.
D. To execute raw SQL queries against the database.