Sql.Net Class Library Documentation

FromTerm.Table Method (String, String, String)

Creates a FromTerm which represents a database table or view.

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

Parameters

tableName
Name of the table or view
alias
Alias of the FromTerm
ns
Namespace of the table.

Return Value

A FromTerm which represents a database table or view

Remarks

Use the ns parameter to resolve table ownership

See Also

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