日期:2014-05-20  浏览次数:20755 次

linq to sql 直接使用SQL语句.
select * from table

如果我想直接作为参数在linq中使用 能行不,是LINQ的哪个方法呢 ?

不想用拉姆达表达式。.

------解决方案--------------------
不了解LINQ, 顶一下吧。
------解决方案--------------------
看看这个能不能帮你:
http://www.codeproject.com/KB/linq/sqlfromlinq.aspx
------解决方案--------------------
ExecuteQuery
------解决方案--------------------
HTML code

<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
    <title></title>
</head>
<body>
    <form id="form1" runat="server">
    <asp:GridView ID="gvOne" runat="server"></asp:GridView>
    <asp:GridView ID="gvTwo" runat="server"></asp:GridView>
    </form>
</body>
</html>