Sql.Net Class Library Documentation

FromTerm.Table Method (String, String)

Creates a FromTerm which represents a database table or view.

public static FromTerm Table(
   string tableName,
   string alias
);

Parameters

tableName
Name of the table or view
alias
Alias of the FromTerm

Return Value

A FromTerm which represents a database table or view

See Also

FromTerm Class | Reeb.SqlOM Namespace | FromTerm.Table Overload List