Sql.Net Class Library Documentation

SelectColumn Constructor (String, FromTerm)

Creates a SelectColumn with a column name, table, no column alias and no function

public SelectColumn(
   string columnName,
   FromTerm table
);

Parameters

columnName
Name of a column
table
The table this field belongs to

See Also

SelectColumn Class | Reeb.SqlOM Namespace | SelectColumn Constructor Overload List