代码搜索:SQLHelper
找到约 627 项符合「SQLHelper」的源代码
代码结果 627
www.eeworm.com/read/477449/6735704
cs area.cs
using System;
using System.Data;
using System.Data.SqlClient;
using HouseSystem.SQLDAL;
namespace HouseSystem.Components
{
///
/// Area 的摘要说明。
///
public class Area
www.eeworm.com/read/451043/1667070
cs userinfodao.cs
using System;
using System.Collections.Generic;
using System.Text;
using System.Data;
using Model;
namespace DAL
{
public class UserInfoDAO
{
SQLHelper sqlhelper =
www.eeworm.com/read/451043/1667067
cs totalinfodao.cs
using System;
using System.Collections.Generic;
using System.Text;
using Model;
using System.Data;
namespace DAL
{
public class TotalInfoDAO
{
SQLHelper sqlhelper = new
www.eeworm.com/read/280199/10348266
txt 自己写的链接数据库的类.txt
public partial class sqlHelper
{
public static readonly string CONN_STRING = ConfigurationSettings.AppSettings["SqlConnectionString"];
public static SqlDataReader RetrieveRowsWithDataReader
www.eeworm.com/read/331702/12814125
cs form2.designer.cs
namespace sqlhelper
{
partial class Form2
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null;
www.eeworm.com/read/331702/12814154
cs form1.designer.cs
namespace sqlhelper
{
partial class Form1
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null;
www.eeworm.com/read/227222/14436732
xml microsoft.applicationblocks.data.xml
Microsoft.ApplicationBlocks.Data
www.eeworm.com/read/227222/14436778
xml microsoft.applicationblocks.data.xml
Microsoft.ApplicationBlocks.Data
www.eeworm.com/read/178182/9415418
cs systemtools.cs
using System;
using System.Data;
using System.Data.SqlClient;
namespace SQLHelper
{
///
/// 自定义Exception
///
public class MisSystemException:Exception
{
///