EntitySchemaQuery.GetSummarySelectQuery - метод Смотри также Terrasoft.Core.Entities - пространство имен > EntitySchemaQuery - класс : GetSummarySelectQuery - метод C#
Glossary Item Box
Перегрузка | Описание |
---|---|
GetSummarySelectQuery(UserConnection,EntitySchemaQueryColumnCollection) | Gets the select query for the totals (aggregate values) for the specified collection of columns of the current EntitySchemaQuery instance, using the specified user connection. |
GetSummarySelectQuery(UserConnection) | Gets the select query for the totals (aggregate values) for all columns of the current EntitySchemaQuery instance, using the specified user connection. |
GetSummarySelectQuery(UserConnection,IEnumerable<String>) | Gets the select query for the totals (aggregate values) for columns of the current EntitySchemaQuery instance with the specified names, using the specified user connection. |
GetSummarySelectQuery(UserConnection,String[]) | Gets the select query for the totals (aggregate values) for columns of the current EntitySchemaQuery instance with the specified names, using the specified user connection. |