Query.AddCondition(Select,LogicalOperation) - метод Смотри также Terrasoft.Core.DB - пространство имен > Query - класс > AddCondition - метод : AddCondition(Select,LogicalOperation) - метод C#
- subSelect
- The select subquery that is added as the predicate in the query condition.
- logicalOperation
- The logical operation that is used to add the predicate.
Glossary Item Box
public QueryCondition AddCondition( Select subSelect, LogicalOperation logicalOperation )
Параметры
- subSelect
- The select subquery that is added as the predicate in the query condition.
- 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. |