SelectColumn Constructor(String,String,String,String)
                In This Topic
            
            Creates and initializes new instance of 
SelectColumn with the specified schema name, table name, column name (expression text) and an alias.
Syntax
            
        
            Parameters
- schema
- The schema that the column belongs to.
- table
- The table or view that the column belongs to.
- name
- The name of the column or expression text.
- alias
- The column alias.
 
            
            
            
            
            
            
            
            
            
            
            
            See Also