Sql.Net Class Library Documentation

FromTerm.TermRef Method 

Creates a FromTerm which refernces abother FromTerm.

public static FromTerm TermRef(
   string name
);

Parameters

name
The name of the referenced term.

Return Value

A FromTerm which refernces another FromTerm.

Remarks

Use TermRef to reference other terms of a from clause by RefName

See Also

FromTerm Class | Reeb.SqlOM Namespace