Class ConnectionParameter
  
  
  
  
    Inheritance
    System.Object
    ConnectionParameter
   
  
  Assembly: DRIT.Spreadsheet.dll
  Syntax
  
    public class ConnectionParameter : object
   
  Properties
  
  
  
  
  Name
  
  
  Declaration
  
    public string Name { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  
  
  
  ParameterType
  
  
  Declaration
  
    public ParameterType ParameterType { get; set; }
   
  Property Value
  
  
  
  
  Prompt
  
  
  Declaration
  
    public string Prompt { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.String | 
         | 
      
    
  
  
  
  
  RefreshOnChange
  
  
  Declaration
  
    public bool RefreshOnChange { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Boolean | 
         | 
      
    
  
  
  
  
  SqlType
  
  
  Declaration
  
    public int SqlType { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int32 | 
         | 
      
    
  
  
  
  
  Value
  
  
  Declaration
  
    public object Value { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Object | 
         |