Overload | Description |
---|---|
BackupQuery(String) | Generates a script with a backup of the data, returned by the specified query, and writes it to the DumpText property. |
BackupQuery(String,String) | Generates a script with a backup of the data, returned by the specified query, and writes it to the specified file. |
BackupQuery(String,Stream) | Generates a script with a backup of the data, returned by the specified query, and writes it to the specified System.IO.Stream. |
BackupQuery(String,TextWriter) | Generates a script with a backup of the data, returned by the specified query, and writes it to the specified System.IO.TextWriter. |