CoalesceQueryFunction (QueryColumnExpression[]) - конструктор Смотри также Terrasoft.Core.DB - пространство имен > CoalesceQueryFunction - класс > CoalesceQueryFunction : CoalesceQueryFunction (QueryColumnExpression[]) C#
- expressions
- Array of expressions of query columns.
Glossary Item Box
public CoalesceQueryFunction( QueryColumnExpression[] expressions )
Параметры
- expressions
- Array of expressions of query columns.
Исключение | Описание |
---|---|
System.ArgumentNullException | If the null value is passed as the expressions parameter. |
Terrasoft.Common.ArgumentEmptyException | If the expressions array does not contain any column expressions. |