I have a SQL databse with a Table named: DealerType. That table contains a column named: DealerType. So the generated class wont compile because the Member name cannot be the same as the Containing Type name. Here are some snippets of generated code:
namespace
{
[
}
Any ideas on how to work around this?