[ CCode ( has_construct_function = false ) ]
public SqlSelectField (SqlAnyPart parent)
Creates a new SqlSelectField structure and sets its parent to parent.
A SqlSelectField is any expression in SELECT statements before the FROM clause.
| parent |
a SqlStatementSelect structure |
|
a new SqlSelectField structure. |