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.
You can USE the [Table] and [Column] annotations to tell EF to use different names.

By convention, EF defines the table and column names based on your class and property names.
You can use the [Table] and [Column] annotations to tell EF to use different names.



Discussion

No Comment Found