SqlSelectField


Description:

[ 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.

Parameters:

parent

a SqlStatementSelect structure

Returns:

a new SqlSelectField structure.