| Overload | Description |
|---|---|
| RepairDatabase(String,String,OperationCallbackDelegate) | Attempt to repair a partially corrupted database file (which may be encrypted) using optional callbacks for progress reporting. |
| RepairDatabase(String,OperationCallbackDelegate) | Attempt to repair an unencrypted partially corrupted database file. |
| RepairDatabase(String) | Attempt to repair an unencrypted partially corrupted database file. |
| RepairDatabase() | Attempt to repair partial corruption in the current database. |