如何在ASP.NET WEB FORM APPLICATION中访问DATASET DATA TABLE?

时间:2014-07-27 10:31:18

标签: asp.net-web-api reference datatable namespaces dataset

在Visual Studio 2013 asp.net Web应用程序中,我在应用程序代码文件夹中使用数据集与我的数据库连接,我为我的表编写了一些方法,但我可以在登录代码中访问用户数据表

using System;
using 

    System.Collections.Generic;
    using System.Linq;
    using System.Web;
    using System.Web.UI;
    using System.Web.UI.WebControls;
    using System.Data;
    using System.Data.SqlClient;
    using System.Data.Sql;
    using System.Data.Entity;


        DataSet.UsersDataTable oUserDataTable =new DataSet.UsersDataTable();
UsersDataTable does not exist in system.data.dataset

0 个答案:

没有答案