阅读背景:

如何将linq查询的结果转换并分配给数据表?

来源:互联网 

This is my code

这是我的代码

    var s = from p in db.tblTotalFees
                where p.Class == ClassDropDownList.SelectedItem.Value && p.StudentID == Convert.ToInt32(StudentNameDropDownList.SelectedValue)
                select p;
        DataTable dt = new DataTable();
    var s = from p i



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: