QueryCase.AddWhenItem - метод Смотри также Terrasoft.Core.DB - пространство имен > QueryCase - класс : AddWhenItem - метод C#
Glossary Item Box
Перегрузка | Описание |
---|---|
AddWhenItem(QueryCondition,String) | To the current operator expression, adds WHEN clause expression with the specified condition and alias of the resulting expression column. |
AddWhenItem(QueryCondition,Select) | To the current operator expression, adds WHEN clause expression with the specified condition and select subquery that returns the resulting expression. |
AddWhenItem(QueryCondition,Query) | To the current operator expression, adds WHEN clause expression with the specified condition and arbitrary subquery that returns the resulting expression. |
AddWhenItem(QueryCondition,QueryParameter) | To the current operator expression, adds WHEN clause expression with the specified condition and parameter of the resulting expression. |
AddWhenItem(QueryCondition,QueryColumnExpression) | To the current operator expression, adds the WHEN clause with the specified condition and expression of the resulting expression column. |