Func.Coalesce - метод Смотри также Terrasoft.Core.DB - пространство имен > Func - класс : Coalesce - метод C#
Glossary Item Box
Перегрузка | Описание |
---|---|
Coalesce(QueryColumnExpressionCollection) | Gets the function of returning the first expression from the passed-in collection of column expressions. The first expression has to be other than null . |
Coalesce(QueryColumnExpression[]) | Gets the function determining the first expression that is other than null from the specified array of column expressions. |
Coalesce(IQueryColumnExpressionConvertible[]) | Gets the function determining the first expression that is other than null from the specified array of expressions. |