In This Topic
Creates and initializes new instance of
SelectColumn.
Overload List
| Overload | Description |
| SelectColumn Constructor(String) | Creates and initializes new instance of SelectColumn with the specified column name (expression text). |
| SelectColumn Constructor(String,String,String,String) | Creates and initializes new instance of SelectColumn with the specified schema name, table name, column name (expression text) and an alias. |
| SelectColumn Constructor(String,String,String,String,String) | Creates and initializes new instance of SelectColumn with the specified schema name, table name, column name (expression text) and an alias. |
See Also