Query.AddCondition(IQueryColumnExpressionConvertible,LogicalOperation) - метод Смотри также Terrasoft.Core.DB - пространство имен > Query - класс > AddCondition - метод : AddCondition(IQueryColumnExpressionConvertible,LogicalOperation) - метод C#
- expression
- The expression being 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( IQueryColumnExpressionConvertible expression, LogicalOperation logicalOperation )
Параметры
- expression
- The expression being 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. |