SelectTable Constructor(String,String,String,String)
                In This Topic
            
            Creates and initializes new instance of 
SelectTable with the specified schema, table name (subquery text) and alias.
Syntax
            
        
            Parameters
- database
- The name of the table database.
- schema
- The name of the table schema.
- name
- The name of the table or subquery text.
- alias
- The alias for the table or expression.
 
            
            
            
            
            
            
            
            
            
            
            
            See Also