C# 클래스 DBconnector.DBConnect

파일 보기 프로젝트 열기: shendongnian/code

공개 프로퍼티들

프로퍼티 타입 설명
connection MySqlConnection

공개 메소드들

메소드 설명
CloseConnection ( ) : bool
DBConnect ( ) : MySql.Data
SelectFBOEntries ( String statement ) : List

비공개 메소드들

메소드 설명
Initialize ( ) : void

메소드 상세

CloseConnection() 공개 메소드

public CloseConnection ( ) : bool
리턴 bool

DBConnect() 공개 메소드

public DBConnect ( ) : MySql.Data
리턴 MySql.Data

SelectFBOEntries() 공개 메소드

public SelectFBOEntries ( String statement ) : List
statement String
리턴 List

프로퍼티 상세

connection 공개적으로 프로퍼티

public MySqlConnection connection
리턴 MySqlConnection