C# Class Hd.QueryExtensions.GroupByTerm

Afficher le fichier Open project: TargetProcess/Tp.HelpDesk Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

public GroupByTerm ( ) : System
Résultat System

GroupByTerm() public méthode

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
Résultat System

GroupByTerm() public méthode

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
Résultat System