C# 클래스 Hd.QueryExtensions.GroupByTerm

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
GroupByTerm ( ) : System
GroupByTerm ( string field ) : System

Creates a GROUP BY term with field name and no FromTerm alias

GroupByTerm ( string field, FromTerm table ) : System

Creates a GROUP BY term with field name and table alias

메소드 상세

GroupByTerm() 공개 메소드

public GroupByTerm ( ) : System
리턴 System

GroupByTerm() 공개 메소드

Creates a GROUP BY term with field name and no FromTerm alias
public GroupByTerm ( string field ) : System
field string Name of a field to group by
리턴 System

GroupByTerm() 공개 메소드

Creates a GROUP BY term with field name and table alias
public GroupByTerm ( string field, FromTerm table ) : System
field string Name of a field to group by
table FromTerm The table this field belongs to
리턴 System