Creatio development guide
Это документация Creatio версии 7.9.0. Мы рекомендуем использовать новую версию документации.

QueryCase.AddWhenItem(QueryCondition,Select) - метод Смотри также  Terrasoft.Core.DB - пространство имен > QueryCase - класс > AddWhenItem - метод : AddWhenItem(QueryCondition,Select) - метод C#

condition
The WHEN clause condition.
resultSubSelect
The select subquery that returns the resulting expression.

Glossary Item Box

To the current operator expression, adds WHEN clause expression with the specified condition and select subquery that returns the resulting expression.

Синтаксис

public void AddWhenItem( 
   QueryCondition condition, 
   Select resultSubSelect 
)

Параметры

condition
The WHEN clause condition.
resultSubSelect
The select subquery that returns the resulting expression.

Смотри также

© Terrasoft 2002-2017.

Был ли данный материал полезен?

Как можно улучшить эту статью?