Sql.Net Class Library Documentation

FromTerm.Table Method (String, String, String, String)

Creates a FromTerm which represents a database table or view.

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

Parameters

tableName
Name of the table or view
alias
Alias of the FromTerm
ns1
First table namespace
ns2
Second table namespace

Return Value

A FromTerm which represents a database table or view

Remarks

Use the ns1 parameter to set table database and ns2 to set table owner.

See Also

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