コード例 #1
0
ファイル: SqlDataStore.cs プロジェクト: sGeeK44/Orm
 public void Compact()
 {
     _dbEngine.Compact();
 }