Changing Namespaces in Entity Framework

后端 未结 4 1353
小鲜肉
小鲜肉 2020-12-09 00:54

I am trying to change the Namespace used by Entity Framework Generator of classes.

When I click the designer of my Entity, Model.edmx, I can see somewhere where I ca

4条回答
  •  暖寄归人
    2020-12-09 01:35

    Open your edmx file first then press F4 or click on the properties window. Under the Schema section, there is a property called Namespace which you can modify.

提交回复
热议问题