QueryCondition.Exists - метод Смотри также Terrasoft.Core.DB - пространство имен > QueryCondition - класс : Exists - метод C#
Glossary Item Box
Перегрузка | Описание |
---|---|
Exists(Select) | In the current condition of the query, sets the comparison of the [Exists by Specified Condition] type and as the validation criteria adds the expression for results of the passed-in select subquery. |
Exists(Query) | In the current condition of the query, sets the comparison of the [Exists by Specified Condition] type and as the validation criteria adds the expression for results of the passed-in random subquery. |
Exists(QueryColumnExpression) | In the current condition of the query, sets the comparison of the [Exists by Specified Condition] type and as the validation criteria adds the passed-in expression. |