Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
mCleaner
Helpers
SQLite
C# 클래스 mCleaner.Helpers.SQLite
파일 보기
프로젝트 열기: MicroHealthLLC/mCleaner
공개 메소드들
메소드
설명
ExecuteNonQuery
(
string
file
,
string
sql
) :
string
SQLite
( ) :
System
Vacuum
(
string
file
) :
bool
메소드 상세
ExecuteNonQuery()
공개
정적인
메소드
public
static
ExecuteNonQuery
(
string
file
,
string
sql
) :
string
file
string
sql
string
리턴
string
SQLite()
공개
메소드
public
SQLite
( ) :
System
리턴
System
Vacuum()
공개
메소드
public
Vacuum
(
string
file
) :
bool
file
string
리턴
bool