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

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

condition
Condition of the WHEN operator clause.
resultSubSelectQuery
Arbitrary subquery that returns the resulting expression.

Glossary Item Box

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

Синтаксис

public void AddWhenItem( 
   QueryCondition condition, 
   Query resultSubSelectQuery 
)

Параметры

condition
Condition of the WHEN operator clause.
resultSubSelectQuery
Arbitrary subquery that returns the resulting expression.

Смотри также

© Terrasoft 2002-2017.

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

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