Entity Framework getting an sql connection

后端 未结 8 2002
栀梦
栀梦 2021-02-08 02:16

In the light of Closing connections explicitly in Entity Framework and http://msdn.microsoft.com/en-us/library/bb738582%28v=vs.90%29.aspx it seems that I should be using the con

8条回答
  •  青春惊慌失措
    2021-02-08 02:31

    the DataContext will allow you to call your Entity Objects right off of your DataContext reference, abstracting away all of the details of the underlying connection logistics.

提交回复
热议问题