代码搜索:SQLHelper
找到约 627 项符合「SQLHelper」的源代码
代码结果 627
www.eeworm.com/read/479286/6690930
cs sqlhelper.cs
using System;
using System.Data;
using System.Data.SqlClient;
using System.Configuration;
public class SQLHelper
{
// 定义连接字符串
private static string connStr= System.Configuration.Conf
www.eeworm.com/read/477730/6733432
cs sqlhelper.cs
using System;
using System.Data;
using System.Data.SqlClient;
using System.Configuration;
///
/// SQLHelper 的摘要说明
///
namespace DBUnititly
{
public abstract class
www.eeworm.com/read/477449/6735781
cs sqlhelper.cs
using System;
using System.Data;
using System.Data.SqlClient;
using System.Collections;
namespace HouseSystem.SQLDAL
{
///
/// SQLHelper 的摘要说明。
///
public class SQL
www.eeworm.com/read/264102/11329236
pdb sqlhelper.pdb
www.eeworm.com/read/264102/11329237
dll sqlhelper.dll
www.eeworm.com/read/406340/11444657
cs sqlhelper.cs
using System;
using System.Data;
using System.Data.OleDb;
///
/// Written: [China] Zhao Zhe
/// Date: Sep. 2004
/// Version 1.0
/// Support MyBask
www.eeworm.com/read/400502/11575879
txt sqlhelper代码.txt
SqlHelper代码
//编号1
using System;
using System.Data;
using System.Configuration;
using System.Web;
using System.Web.Security;
using System.Collections;
using System.Data.SqlClient;
www.eeworm.com/read/348398/11595675
cs sqlhelper.cs
//===============================================================================
// This file is based on the Microsoft Data Access Application Block for .NET
// For more information please go to
www.eeworm.com/read/259509/11786009
cs sqlhelper.cs
//===============================================================================
// Microsoft Data Access Application Block for .NET
// http://msdn.microsoft.com/library/en-us/dnbda/html/daab-rm.as
www.eeworm.com/read/258994/11828693