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

Func.Coalesce(QueryColumnExpression[]) - метод Смотри также  Terrasoft.Core.DB - пространство имен > Func - класс > Coalesce - метод : Coalesce(QueryColumnExpression[]) - метод C#

expressions
Array of column expressions.

Glossary Item Box

Gets the function determining the first expression that is other than null from the specified array of column expressions.

Синтаксис

public static CoalesceQueryFunction Coalesce( 
   params QueryColumnExpression[] expressions 
)

Параметры

expressions
Array of column expressions.

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

Function that returns the first expression that is other than null from the expressions array of column expressions.

Смотри также

© Terrasoft 2002-2017.

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

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