C# 클래스 SteamBot.util.Sql

파일 보기 프로젝트 열기: Top-Cat/SteamBot 1 사용 예제들

공개 메소드들

메소드 설명
Sql ( ) : System
insert ( string sql, object>.Dictionary pars = null ) : int
query ( string sql, object>.Dictionary pars = null ) : List
update ( string sql, object>.Dictionary pars = null ) : int

비공개 메소드들

메소드 설명
checkConnection ( ) : void
createCommand ( string sql, object>.Dictionary pars ) : MySqlCommand

메소드 상세

Sql() 공개 메소드

public Sql ( ) : System
리턴 System

insert() 공개 메소드

public insert ( string sql, object>.Dictionary pars = null ) : int
sql string
pars object>.Dictionary
리턴 int

query() 공개 메소드

public query ( string sql, object>.Dictionary pars = null ) : List
sql string
pars object>.Dictionary
리턴 List

update() 공개 메소드

public update ( string sql, object>.Dictionary pars = null ) : int
sql string
pars object>.Dictionary
리턴 int