代码清单3-4 执行查询语句 隐藏代码 // 删除之前的测试数据 using (var context = new EFRecipesEntities()) { context.Database.ExecuteSqlCommand("delete from ...
確定! 回上一頁