Online Documentation for Advanced Data Export .NET
QExportTXT.ExportType
public enum QExportTextType
{
// Fields
etCSV = 1,
etDIF = 2,
etSYLK = 3,
etTXT = 0
}
public SqlManager.QExport.TXT.QExportTextType ExportType {get; set;}
Description
The ExportType property sets the format of the output export file. The relations between the property setting and the file type are as follows:
| 
           Property setting  | 
        
           File type  | 
      
| 
           etCSV  | 
        
           Comma Separated Values, .csv  | 
      
| 
           etDIF  | 
        
           Data Interchange File Format, .dif  | 
      
| 
           etSYLK  | 
        
           Symbolic Links Format, .slk  | 
      
| 
           etTxt  | 
        
           Plain Text Format, .txt  | 
      
