Sql.Net Class Library Documentation

FromClause.BaseTable Property

Gets or sets the base table for the FromClause

public FromTerm BaseTable {get; set;}

Remarks

The base table begins the serie of joins. If no joins are specified for the query the base table is the only table in the select statement. BaseTable must be set before SelectQuery can be rendered.

See Also

FromClause Class | Reeb.SqlOM Namespace