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

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

sourceColumnAlias
The alias of the column.
logicalOperation
The logical operation that is used to add the predicate.

Glossary Item Box

To the current query condition, adds a predicate for the column with the specified alias, using the specified logical operation.

Синтаксис

Параметры

sourceColumnAlias
The alias of the column.
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.

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

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