예제 #1
0
파일: SqlDataStore.cs 프로젝트: sGeeK44/Orm
 public void Compact()
 {
     _dbEngine.Compact();
 }