Sql.Net Class Library Documentation

SelectColumn Constructor (String, FromTerm, String)

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

public SelectColumn(
   string columnName,
   FromTerm table,
   string columnAlias
);

Parameters

columnName
Name of a column
table
The table this field belongs to
columnAlias
Alias of the column

See Also

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