在控制台项目中,比较简单,直接db.Log = Console.Out;就OK了
但是在其他项目中,需要处理如下: StreamWriter sw = new StreamWriter("F:\\Linqlog.txt", true); db.Log = sw; ......//Linq to Sql代码 sw.Close();
然后就可以去txt文件中查看了
在控制台项目中,比较简单,直接db.Log = Console.Out;就OK了
但是在其他项目中,需要处理如下: StreamWriter sw = new StreamWriter("F:\\Linqlog.txt", true); db.Log = sw; ......//Linq to Sql代码 sw.Close();
然后就可以去txt文件中查看了
LINQ教程http://wenku.baidu.com
using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M