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