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

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

subSelect
The select subquery that is added as the predicate in the query condition.
logicalOperation
The logical operation that is used to add the predicate.

Glossary Item Box

To the current query condition, adds the passed-in select subquery as the predicate, using the specified logical operation.

Синтаксис

Параметры

subSelect
The select subquery that is added as the predicate in the query condition.
logicalOperation
The logical operation that is used to add the predicate.

Тип возвращаемого значения

The QueryCondition instance that represents the result query condition.

Исключения

ИсключениеОписание
Terrasoft.Common.UnsupportedTypeExceptionIf the unspecified type of logical operation is passed as the logicalOperation parameter.

Смотри также

© Terrasoft 2002-2017.

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

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