I'd like to know how the Entity Framework Code First creates the columns in a table.
1 - What is the name convention?
2 - Is there any way of knowing the "would-be" name of a column with a POCO property?
I need to compare the property name against the column name among other things.
Any help is much appreciated.
Thanks.