In your EnumExample.cs you have the following line:
[System.ComponentModel.Description("It's average")] // example of apostrophe that would need escaping in sql and [System.ComponentModel.Description("Huge you know?")] // give it a different name in the lookup table how is it supposed to change names?
Is it possible to rename the 'Name' column? Issue #41 implies it in the title and in the post that an attribute to do so, but I can't seem to find it any where.
I didn't see a change, might be I did something wrong, though I have no idea what it should be.
Than you for your offer, but the change is very far into the 'nice to have' section, especially since requirements changed so it only is possible to use 1 lookup table in the implementation.
Hi, I have to questions;
[System.ComponentModel.Description("It's average")] // example of apostrophe that would need escaping in sql
and[System.ComponentModel.Description("Huge you know?")] // give it a different name in the lookup table
how is it supposed to change names?Kind regards
Casper Andersen