In This Topic
            
            Gets or sets a value that determines whether to add some extra information in the script header.
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Property GenerateHeader As Boolean
             
        
            
            public bool GenerateHeader {get; set;}
             
        
             
        
            
            
            Property Value
If 
true, 
Devart.Data.DB2.DB2Dump adds comments with information about server version, script generation date, and so on.
 
            
            
            
            
            
            
            
            
            
            
            
            See Also