C# Класс Hd.QueryExtensions.GroupByTerm

Показать файл Открыть проект Примеры использования класса

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