C# 클래스 Hd.QueryExtensions.FromClause

상속: ICloneable
파일 보기 프로젝트 열기: TargetProcess/Tp.HelpDesk 1 사용 예제들

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
ICloneable ( ) : object

메소드 상세

Clone() 공개 메소드

Creates a clone of this FromClause
public Clone ( ) : FromClause
리턴 FromClause

FromClause() 공개 메소드

public FromClause ( ) : System
리턴 System

TermExists() 공개 메소드

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.
리턴 bool