.NET MVC 操做數據庫要用到的一些方法

1. LINQ javascript 1.select * from [table] 用 LINQ 寫 var linq = (from t in db.table select t ).ToList() 2. select 字段 from [table] where [字段]=xx var linq = (from t in db.table
相關文章
相關標籤/搜索