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

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

columnPath
Path to column in relation to the root schema.
rootSchema
The instance of the root schema.
schemaColumn
The instance of the column for which the expression is built.
useDisplayValue
Indicates whether to use the displayed value for the column. Optional parameter. Is equal to false by default.

Glossary Item Box

Gets the expression of the entity schema query by the specified path to column, root schema and schema column instance. You can define which column value type to use in the expression – either stored value or displayed value.

Синтаксис

Параметры

columnPath
Path to column in relation to the root schema.
rootSchema
The instance of the root schema.
schemaColumn
The instance of the column for which the expression is built.
useDisplayValue
Indicates whether to use the displayed value for the column. Optional parameter. Is equal to false by default.

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

Expression of the entity schema query. It is built by the path to the columnPath column, rootSchema root schema, schemaColumn schema column and based on the useDisplayValue value.

Смотри также

© Terrasoft 2002-2017.

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

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