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

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

subSelect
The select subquery for whose results the initial condition is added.

Glossary Item Box

In the current query, adds the initial condition for results of the passed-in select subquery.

Синтаксис

public QueryCondition Where( 
   Select subSelect 
)

Параметры

subSelect
The select subquery for whose results the initial condition is added.

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

The QueryCondition instance that represents the initial condition for results of the subSelect select subquery.

Смотри также

© Terrasoft 2002-2017.

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

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