dotConnect for MySQL Documentation
Devart.Common Namespace / DbDump Class / Backup Method / Backup(String) Method
The name of the file to write the script to.

In This Topic
Backup(String) Method
In This Topic
Generates a script and writes it to the specified file.
Syntax
'Declaration
 
Public Overloads Sub Backup( _
   ByVal fileName As String _
) 
 

Parameters

fileName
The name of the file to write the script to.
See Also