| Overload | Description | 
|---|---|
| SelectTable Constructor(String) | Creates and initializes new instance of SelectTable with the specified table name (subquery text). | 
| SelectTable Constructor(String,String,String) | Creates and initializes new instance of SelectTable with the specified schema, table name (subquery text) and alias. | 
| SelectTable Constructor(String,String,String,String) | Creates and initializes new instance of SelectTable with the specified schema, table name (subquery text) and alias. |