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

Query.And(IQueryColumnExpressionConvertible) - метод Смотри также  Terrasoft.Core.DB - пространство имен > Query - класс > And - метод : And(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 AND logical operation.

Синтаксис

public QueryCondition And( 
   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.

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

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