C# 클래스 DBConnect, devryweb460store

상속: IDisposable
파일 보기 프로젝트 열기: jasonhuber/devryweb460store 1 사용 예제들

공개 메소드들

메소드 설명
Close ( ) : void
DBConnect ( ) : System
DBConnect ( string p_sConnectionString ) : System
DBConnect ( string p_sConnectionString, ParmList, p_paramList ) : System
ExecSQL ( string sSQL ) : void
GetDR ( string sSQL ) : SqlDataReader
OpenConnection ( ) : void

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

DBConnect() 공개 메소드

public DBConnect ( ) : System
리턴 System

DBConnect() 공개 메소드

public DBConnect ( string p_sConnectionString ) : System
p_sConnectionString string
리턴 System

DBConnect() 공개 메소드

public DBConnect ( string p_sConnectionString, ParmList, p_paramList ) : System
p_sConnectionString string
p_paramList ParmList,
리턴 System

ExecSQL() 공개 메소드

public ExecSQL ( string sSQL ) : void
sSQL string
리턴 void

GetDR() 공개 메소드

public GetDR ( string sSQL ) : SqlDataReader
sSQL string
리턴 SqlDataReader

OpenConnection() 공개 메소드

public OpenConnection ( ) : void
리턴 void