When using Fluent API in Entity Framework, the .ToTable() method is used to specify the database ___________ for an entity.

  • Index
  • Name
  • Schema
  • Structure
In Entity Framework, the .ToTable() method within the Fluent API is employed to designate the name of the database table for a specific entity, ensuring proper mapping between entities and tables.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *