On this page
Serves to import database dump from the file for further execution of the
Devart.Common.DbDump.Restore method.
Syntax
|
|---|
'Declaration
Public Sub ImportToFile( _
ByVal As String _
) |
|
|---|
public void ImportToFile(
string
) |
Parameters
- fileName
- A full name of the file from which to restore database dump.
See Also