| Overload | Description |
|---|---|
| Restore() | Executes script specified in the DbDump descendant property. |
| Restore(String) | Executes script from the specified file. |
| Restore(Stream) | Executes script from the specified System.IO.Stream object. |
| Restore(TextReader) | Executes script from the specified System.IO.TextReader object. |