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