QueryCase.SetElseExpression - метод Смотри также Terrasoft.Core.DB - пространство имен > QueryCase - класс : SetElseExpression - метод C#
Glossary Item Box
Перегрузка | Описание |
---|---|
SetElseExpression(String) | Sets the expression of the column with the specified alias as the ELSE clause expression of the current operator. |
SetElseExpression(Select) | Sets the column expression for the passed-in select subquery as the ELSE clause expression of the current operator. |
SetElseExpression(Query) | Sets the column expression for the passed-in arbitrary subquery as the ELSE clause of the current operator. |
SetElseExpression(QueryParameter) | Sets the column expression for the specified query parameter as the ELSE clause of the current operator. |
SetElseExpression(QueryColumnExpression) | Sets the specified column expression as the ELSE clause of the current operator. |