dotConnect for MySQL Documentation
Devart.Common Namespace / DbDump Class / BackupQuery Method / BackupQuery(String,TextWriter) Method
The query, returning data for backup.
The System.IO.TextWriter to write the script to.

In This Topic
BackupQuery(String,TextWriter) Method
In This Topic
Generates a script with a backup of the data, returned by the specified query, and writes it to the specified System.IO.TextWriter.
Syntax
'Declaration
 
Public Overloads Sub BackupQuery( _
   ByVal query As String, _
   ByVal writer As TextWriter _
) 
 

Parameters

query
The query, returning data for backup.
writer
The System.IO.TextWriter to write the script to.
See Also