DataClassesDataContext需要什么命名空间?

时间:2017-05-24 14:28:26

标签: c# linq

我应该使用什么命名空间来访问DataClassesDataContext?我尝试过以下方法:

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Data.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using System.IO;
using Excel;
using System.Data.SqlClient;

0 个答案:

没有答案