C# 클래스 Hd.QueryExtensions.WhereClause

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

공개 메소드들

메소드 설명
Clone ( ) : WhereClause

Creates a copy of this WhereClause

WhereClause ( ) : System
WhereClause ( WhereClauseRelationship relationship ) : System

Creates a new WhereClause

비공개 메소드들

메소드 설명
ICloneable ( ) : object

메소드 상세

Clone() 공개 메소드

Creates a copy of this WhereClause
public Clone ( ) : WhereClause
리턴 WhereClause

WhereClause() 공개 메소드

public WhereClause ( ) : System
리턴 System

WhereClause() 공개 메소드

Creates a new WhereClause
public WhereClause ( WhereClauseRelationship relationship ) : System
relationship WhereClauseRelationship Relationship between all the terms and sub clauses of this clause
리턴 System