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

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

condition
The query condition being added as the predicate.
logicalOperation
The logical operation that is used to add the predicate.

Glossary Item Box

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

Синтаксис

Параметры

condition
The query condition being added as the predicate.
logicalOperation
The logical operation that is used to add the predicate.

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

The current Query instance.

Исключения

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

Смотри также

© Terrasoft 2002-2017.

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

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