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