CoalesceQueryFunction (IQueryColumnExpressionConvertible[]) - конструктор Смотри также Terrasoft.Core.DB - пространство имен > CoalesceQueryFunction - класс > CoalesceQueryFunction : CoalesceQueryFunction (IQueryColumnExpressionConvertible[]) C#
- expressions
- Array of column expressions.
Glossary Item Box
public CoalesceQueryFunction( IQueryColumnExpressionConvertible[] expressions )
Параметры
- expressions
- Array of column expressions.
Исключение | Описание |
---|---|
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. |