SelectColumn Constructor(String)
                In This Topic
            
            Creates and initializes new instance of 
SelectColumn with the specified column name (expression text).
Syntax
            
            
            
            
            'Declaration
 
Public Function New( _
   ByVal  As String _
)
             
        
            
            public SelectColumn( 
   string 
)
             
        
             
        
            Parameters
- name
 
            
            
            
            
            
            
            
            
            
            
            
            See Also