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

EntitySchemaQuery.CreateSchemaColumnExpression(EntitySchemaQuery,EntitySchema,String,Boolean,Boolean) - метод Смотри также  Terrasoft.Core.Entities - пространство имен > EntitySchemaQuery - класс > CreateSchemaColumnExpression - метод : CreateSchemaColumnExpression(EntitySchemaQuery,EntitySchema,String,Boolean,Boolean) - метод C#

parentQuery
The entity schema query for which the column expression is created.
rootSchema
The root schema.
columnPath
Path to column in relation to the root schema.
useCoalesceFunctionForMultiLookup
Indicates whether to use the COALESCE function for the lookup type column. Optional parameter. Is equal to true by default.
useDisplayValue
Indicates whether to use the displayed value for the column. Optional parameter. Is equal to false by default.

Glossary Item Box

Gets the entity schema column expression for the specified entity schema query, root schema, path to column in relation to the root schema.

Синтаксис

Параметры

parentQuery
The entity schema query for which the column expression is created.
rootSchema
The root schema.
columnPath
Path to column in relation to the root schema.
useCoalesceFunctionForMultiLookup
Indicates whether to use the COALESCE function for the lookup type column. Optional parameter. Is equal to true by default.
useDisplayValue
Indicates whether to use the displayed value for the column. Optional parameter. Is equal to false by default.

Тип возвращаемого значения

The created EntitySchemaQueryExpression instance.

Смотри также

© Terrasoft 2002-2017.

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

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