使用Visual C#express连接到SQL Server

时间:2022-04-11 10:16:14

I'm using this workaround使用Visual C#express连接到SQL Server but it's still not clear to me. I'm stuck with steps 3 & 4. Can anyone post a printscreen doing these steps? Sorry if it's asking too much but I would really appreciate it.

我正在使用这种解决方法,但我仍然不清楚。我坚持第3步和第4步。任何人都可以发布这些步骤的丝网吗?对不起,如果它要求太多,但我真的很感激。

1 个解决方案

#1


3  

Step 3: from the menu, pick File > New > Project and then in the dialog, pick Class Library:

第3步:从菜单中选择File> New> Project,然后在对话框中选择Class Library:

使用Visual C#express连接到SQL Server

Step 4: in that class library project, in the Solution Explorer, right-click and choose Add > New Item and then from the menu, pick the Linq-to-SQL classes:

步骤4:在该类库项目中,在Solution Explorer中右键单击并选择Add> New Item,然后从菜单中选择Linq-to-SQL类:

使用Visual C#express连接到SQL Server

#1


3  

Step 3: from the menu, pick File > New > Project and then in the dialog, pick Class Library:

第3步:从菜单中选择File> New> Project,然后在对话框中选择Class Library:

使用Visual C#express连接到SQL Server

Step 4: in that class library project, in the Solution Explorer, right-click and choose Add > New Item and then from the menu, pick the Linq-to-SQL classes:

步骤4:在该类库项目中,在Solution Explorer中右键单击并选择Add> New Item,然后从菜单中选择Linq-to-SQL类:

使用Visual C#express连接到SQL Server