C# Class Hd.QueryExtensions.FromClause

Inheritance: ICloneable
显示文件 Open project: TargetProcess/Tp.HelpDesk Class Usage Examples

Public Methods

Method Description
Clone ( ) : FromClause

Creates a clone of this FromClause

FromClause ( ) : System
TermExists ( string alias ) : bool

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

TermExists matches alias to RefName of all participating FromTerms.

Private Methods

Method Description
ICloneable ( ) : object

Method Details

Clone() public method

Creates a clone of this FromClause
public Clone ( ) : FromClause
return FromClause

FromClause() public method

public FromClause ( ) : System
return System

TermExists() public method

Checks if a term with the specified RefName already exists in the FromClause.
TermExists matches alias to RefName of all participating FromTerms.
public TermExists ( string alias ) : bool
alias string The name of the term to be checked.
return bool