C# 클래스 DBHelper, wuancake_web

파일 보기 프로젝트 열기: wuanlife/Jianbing_Web 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
connstr string

공개 메소드들

메소드 설명
IsExist11 ( string sql ) : string
execDataSet ( string sql ) : DataSet
execReader ( string sql ) : SqlDataReader
execScalar ( string sql ) : int
execScalar1 ( string sql ) : bool
execSql ( string sql ) : int

비공개 메소드들

메소드 설명
DBHelper ( ) : System

메소드 상세

IsExist11() 공개 정적인 메소드

public static IsExist11 ( string sql ) : string
sql string
리턴 string

execDataSet() 공개 정적인 메소드

public static execDataSet ( string sql ) : DataSet
sql string
리턴 DataSet

execReader() 공개 정적인 메소드

public static execReader ( string sql ) : SqlDataReader
sql string
리턴 SqlDataReader

execScalar() 공개 정적인 메소드

public static execScalar ( string sql ) : int
sql string
리턴 int

execScalar1() 공개 정적인 메소드

public static execScalar1 ( string sql ) : bool
sql string
리턴 bool

execSql() 공개 정적인 메소드

public static execSql ( string sql ) : int
sql string
리턴 int

프로퍼티 상세

connstr 공개적으로 정적으로 프로퍼티

public static string connstr
리턴 string