How do I create connection string programmatically to MS SQL in Entity Framework 6?

后端 未结 5 1695
一整个雨季
一整个雨季 2021-02-14 02:55

How do I create connection string programmatically to MS SQL in Entity Framework 6?

I\'m using c# and WPF and I was wondering if someone could show me how or link me to

5条回答
  •  失恋的感觉
    2021-02-14 03:09

    You can use the EntityConnectionStringBuilder as descriped here: How to: Build an EntityConnection Connection String

提交回复
热议问题