Creatio development guide
Это документация Creatio версии 7.9.0. Мы рекомендуем использовать новую версию документации.

EntitySchemaQuery.AddColumn - метод Смотри также  Terrasoft.Core.Entities - пространство имен > EntitySchemaQuery - класс : AddColumn - метод C#

Glossary Item Box

Создает и добавляет колонку в текущий запрос к схеме объекта.

Список перегрузок

ПерегрузкаОписание
AddColumn(String,AggregationTypeStrict,EntitySchemaQuery)Creates and inserts a column in the entity schema query. The column is inserted as a subquery that returns a result of the specified aggregate function by the path to the schema column in relation to the root schema.  
AddColumn(EntitySchemaQueryColumn)Inserts the passed-in column in the collection of columns of the current entity schema query.  
AddColumn(String)Creates and inserts a column in the current entity schema query by the specified path to column in relation to the root schema.  
AddColumn(EntitySchemaQueryFunction)Creates and inserts a column in the current entity schema query by the passed-in function.  
AddColumn(Object,DataValueType)In the current entity schema query, creates and inserts a column of the parameter type with the specified value of a specific type.  
AddColumn(EntitySchemaQuery)In the current entity schema query, creates and inserts the passed-in EntitySchemaQuery subquery instance as a column.  

Смотри также

© Terrasoft 2002-2017.

Был ли данный материал полезен?

Как можно улучшить эту статью?