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. |