How can you configure an Enumeration type to be stored as a string in the database?

  • Annotation
  • Attribute
  • Convention
  • Fluent API
In Entity Framework, using Fluent API approach, you can configure an Enumeration type to be stored as a string in the database by using the HasConversion method, specifying the conversion between the Enumeration and the string representation, ensuring compatibility.
Add your answer
Loading...

Leave a comment

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