Query.AddCondition(Query,LogicalOperation) - метод Смотри также Terrasoft.Core.DB - пространство имен > Query - класс > AddCondition - метод : AddCondition(Query,LogicalOperation) - метод C#
- subSelectQuery
- The subquery that is added to the query condition as the predicate.
- logicalOperation
- The logical operation that is used to add the predicate.
Glossary Item Box
public QueryCondition AddCondition( Query subSelectQuery, LogicalOperation logicalOperation )
Параметры
- subSelectQuery
- The subquery that is added to the query condition as the predicate.
- logicalOperation
- The logical operation that is used to add the predicate.
Тип возвращаемого значения
The QueryCondition instance that represents the result query condition.Исключение | Описание |
---|---|
Terrasoft.Common.UnsupportedTypeException | If the unspecified type of logical operation is passed as the logicalOperation parameter. |