In Entity Framework, an Enumeration type can be explicitly mapped to a database ________ type.

  • CHAR
  • ENUM
  • INT
  • VARCHAR
Enumeration types in Entity Framework can be explicitly mapped to a database ENUM type. This allows for a seamless integration of enumerated values between the database and the application, ensuring consistency and easier maintenance.
Add your answer
Loading...

Leave a comment

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