Hi
One feature I really like in Nhibernate is that it stores Enums as strings. If you have to quickly look at the raw data in the database it is so much nicer seeing a string then the "int" value of that enum option.
Does EF 6 support this?
I am using code first? I am currently using alpha 3 but I just noticed there is a new beta version.
One feature I really like in Nhibernate is that it stores Enums as strings. If you have to quickly look at the raw data in the database it is so much nicer seeing a string then the "int" value of that enum option.
Does EF 6 support this?
I am using code first? I am currently using alpha 3 but I just noticed there is a new beta version.