BackupQuery(String) Method
Generates a script with a backup of the data, returned by the specified query, and writes it to the
DumpText property.
The following example dumps the query data to the
DumpText property.
dump.BackupQuery("SELECT * FROM DEPT WHERE Deptno > 50");
dump.BackupQuery('SELECT * FROM DEPT WHERE Deptno > 50')