InterviewSolution
Saved Bookmarks
| 1. |
How Can You Tell Ef To Have A Different Table Or Column Name Than That Defined For The Class? |
|
Answer» By convention, EF defines the table and column NAMES BASED on your class and PROPERTY names. By convention, EF defines the table and column names based on your class and property names. |
|