温馨提示:代码在线浏览功能只能做为源码浏览参考,不能展示项目的全部,如果想更进一步了解该代码请下载:NChat简易聊天室源码(.Net 3.5,LINQ,AJAX)
当前文件路径:NChat/NChart.DBHelper/NChatData.cs

1using System; 2
using System.Collections.Generic; 3
using System.Linq; 4
using System.Text; 5
using NChat.Common; 6
7
namespace NChart.DBHelper 8
{ 9
public class NChatData 10
{ 11
public static NChatDataContext Instance 12
{ 13
get 14
{ 15
return new NChatDataContext(ConfigHelper.CONNECTION_STRING); 16
} 17
} 18
} 19
} 20





}
}