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