C# Class Hd.QueryExtensions.GroupByTerm

Show file Open project: TargetProcess/Tp.HelpDesk Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
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

Method Details

GroupByTerm() public method

public GroupByTerm ( ) : System
return System

GroupByTerm() public method

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
return System

GroupByTerm() public method

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
return System