Query.AddCondition(LogicalOperation) - метод Смотри также Terrasoft.Core.DB - пространство имен > Query - класс > AddCondition - метод : AddCondition(LogicalOperation) - метод C#
- logicalOperation
- The logical operation that is used to add the condition.
Glossary Item Box
public QueryCondition AddCondition( LogicalOperation logicalOperation )
Параметры
- logicalOperation
- The logical operation that is used to add the condition.
Тип возвращаемого значения
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. |