DfSubExpression
  Namespace: Chimayo.Ssis.Ast.DataFlow
A sub-expression used in a data flow that may refer to columns
 
  Union Cases
  
    
      | Union Case | Description | 
    
    
      
        
          
            Dfe(string)
          
          
            Signature: string 
                       
         | 
        
            
               
               
            
          A generic embedded expression string 
         | 
      
      
        
          
            DfeColumnRef(DfInputColumnReference)
          
          
            Signature: DfInputColumnReference 
                       
         | 
        
            
               
               
            
          A reference to a data flow column 
         | 
      
      
        
          
            DfeQuoted(string)
          
          
            Signature: string 
                       
         | 
        
            
               
               
            
          A quoted string 
         |