BackupQuery(String,TextWriter) Method
Generates a script with a backup of the data, returned by the specified query, and writes it to the specified
System.IO.TextWriter.
'Declaration
Public Overloads Sub BackupQuery( _
ByVal As String, _
ByVal As TextWriter _
)
Parameters
- query
- The query, returning data for backup.
- writer
- The System.IO.TextWriter to write the script to.