예제 #1
0
 protected override bool ReleaseHandle()
 {
     try
     {
         SQLiteBase.CloseConnection(this);
     }
     catch (SQLiteException)
     {
     }
     return(true);
 }