Func.Coalesce(QueryColumnExpression[]) - метод Смотри также Terrasoft.Core.DB - пространство имен > Func - класс > Coalesce - метод : Coalesce(QueryColumnExpression[]) - метод C#
- expressions
- Array of column expressions.
Glossary Item Box
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 thannull
from the expressions array of column expressions.