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

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

expression
The expression being added as the predicate in the query condition.

Glossary Item Box

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

Синтаксис

public QueryCondition Or( 
   IQueryColumnExpressionConvertible expression 
)

Параметры

expression
The expression being added as the predicate in the query condition.

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

The QueryCondition instance that represents the result query condition.

Смотри также

© Terrasoft 2002-2017.

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

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