Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
voice_card
db
MysqlExecute
C# 클래스 voice_card.db.MysqlExecute
상속:
DBExecute
파일 보기
프로젝트 열기: DuBin1988/newsellinggas
공개 메소드들
메소드
설명
CreateConn
( ) :
System.Data.Common.DbConnection
Execute
(
string
sql
) :
void
Query
(
string
sql
) :
ArrayList
메소드 상세
CreateConn()
공개
메소드
public
CreateConn
( ) :
System.Data.Common.DbConnection
리턴
System.Data.Common.DbConnection
Execute()
공개
메소드
public
Execute
(
string
sql
) :
void
sql
string
리턴
void
Query()
공개
메소드
public
Query
(
string
sql
) :
ArrayList
sql
string
리턴
System.Collections.ArrayList