Entity Framework Navigation Property generation rules

前端 未结 2 723
有刺的猬
有刺的猬 2020-12-05 20:16

I would like to know what rules Entity Framework follows in regards to the naming/generation of navigation properties. I have observed several scenarios which don\'t seem to

2条回答
  •  心在旅途
    2020-12-05 20:40

    In addition to @Ladislav Mrnka's answer above, you can find a detailed reference of the entity framework default conventions here: http://msdn.microsoft.com/en-us/library/system.data.entity.modelconfiguration.conventions(v=vs.103).aspx

提交回复
热议问题