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

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

columnPaths
Array of paths to columns in relation to the root schema.

Glossary Item Box

Gets the enumerator of column expressions of the entity schema query by the specified array of paths to columns. If it is a column of the multilookup type, the COALESCE function is not used for its values.

Синтаксис

public IEnumerable<EntitySchemaQueryExpression> CreateSchemaColumnExpressionsWithoutCoalesce( 
   params string[] columnPaths 
)

Параметры

columnPaths
Array of paths to columns in relation to the root schema.

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

Enumerator of the EntitySchemaQueryExpression entities for columns in the columnPaths paths.

Смотри также

© Terrasoft 2002-2017.

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

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