Sql.Net Class Library Documentation

FromClause.TermExists Method 

Checks if a term with the specified RefName already exists in the FromClause.

public bool TermExists(
   string alias
);

Parameters

alias
The name of the term to be checked.

Return Value

true if the term exists or false otherwise

Remarks

TermExists matches alias to RefName of all participating FromTerms.

See Also

FromClause Class | Reeb.SqlOM Namespace