Skip to content

Instantly share code, notes, and snippets.

@umair-me
Created March 30, 2019 12:52
Show Gist options
  • Save umair-me/7b3f3134cf102d4d0448141956960026 to your computer and use it in GitHub Desktop.
Save umair-me/7b3f3134cf102d4d0448141956960026 to your computer and use it in GitHub Desktop.
EF Core save enum as string
[Column(TypeName = "nvarchar(24)")]
public SomeEnum Name { get; set; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment