Sql.Net Class Library Documentation

FromTerm.Table Method (String)

Creates a FromTerm which represents a database table or view.

public static FromTerm Table(
   string name
);

Parameters

name
Name of the table or view

Return Value

A FromTerm which represents a database table or view

Remarks

Creates a FromTerm without an alias. The created term will be referenced by the table's name.

See Also

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