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

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

subSelect
The select subquery.

Glossary Item Box

In the current condition of the query tests whether the value of the condition expression is less than or equal to the results of the passed-in select subquery.

Синтаксис

public Query IsLessOrEqual( 
   Select subSelect 
)

Параметры

subSelect
The select subquery.

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

The instance of the Query query that contains the current condition.

Смотри также

© Terrasoft 2002-2017.

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

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