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

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

columnPath
Path to the schema column in relation to the root schema.
rootSchema
The root schema.
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 schema column and the root schema. You can define which column value type to use in the expression – either stored value or displayed value.

Синтаксис

public static EntitySchemaQueryExpression CreateSchemaColumnQueryExpression( 
   string columnPath, 
   EntitySchema rootSchema, 
   bool useDisplayValue 
)

Параметры

columnPath
Path to the schema column in relation to the root schema.
rootSchema
The root schema.
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 and based on the useDisplayValue value.

Смотри также

© Terrasoft 2002-2017.

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

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