Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
ExportSQL
CommandLine
C# 클래스 ExportSQL.CommandLine
파일 보기
프로젝트 열기: wedoit-io/ExportSQL
공개 메소드들
메소드
설명
Parse
(
string
args
) :
void
ShowUsage
(
string
program
) :
void
비공개 메소드들
메소드
설명
GetArgValue
(
string
paramString
) :
string
IsArgWithValue
(
string
paramString
,
string
name
) :
bool
RunWithoutWindow
(
ExportSQL
dbType
,
ExportSQL
saveMode
,
bool
expViews
,
bool
expProcedures
,
bool
expFunctions
,
bool
expTriggers
) :
void
메소드 상세
Parse()
공개
정적인
메소드
public
static
Parse
(
string
args
) :
void
args
string
리턴
void
ShowUsage()
공개
정적인
메소드
public
static
ShowUsage
(
string
program
) :
void
program
string
리턴
void