'Declaration Public Overloads Sub BackupQuery( _ ByVal query As String, _ ByVal writer As TextWriter _ )
public void BackupQuery( string query, TextWriter writer )
Parameters
- query
- The query, returning data for backup.
- writer
- The System.IO.TextWriter to write the script to.