BackupQuery(String,Stream) 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.Stream.
Syntax
            
            
            
            
            'Declaration
 
Public Overloads Sub BackupQuery( _
   ByVal  As String, _
   ByVal  As Stream _
) 
             
        
            
            public void BackupQuery( 
   string ,
   Stream 
)
             
        
             
        
            Parameters
- query
- The query, returning data for backup.
- stream
- The System.IO.Stream to write the script to.
 
            
            
            
            
            
            
            
            
            
            
            
            See Also