Func.Coalesce(IQueryColumnExpressionConvertible[]) - метод Смотри также Terrasoft.Core.DB - пространство имен > Func - класс > Coalesce - метод : Coalesce(IQueryColumnExpressionConvertible[]) - метод C#
- expressions
- Array of expressions.
Glossary Item Box
null
from the specified array of expressions.
public static CoalesceQueryFunction Coalesce( params IQueryColumnExpressionConvertible[] expressions )
Параметры
- expressions
- Array of expressions.
Тип возвращаемого значения
Function that returns the first expression that is other thannull
from the expressions array.