QueryCondition.IsBetween - метод Смотри также Terrasoft.Core.DB - пространство имен > QueryCondition - класс : IsBetween - метод C#
Glossary Item Box
Перегрузка | Описание |
---|---|
IsBetween(String) | In the current condition sets the [Range of Values] comparison type and as the lower bound adds the expression for the column with the specified alias. |
IsBetween(String,String) | In the current condition of the query, sets the [Range of Values] comparison type and as the lower bound adds the expression for the column with the specified alias from the specified source. |
IsBetween(Select) | In the current condition of the query, sets the [Range of Values] comparison type and as the lower bound adds the expression for results of the passed-in select subquery. |
IsBetween(Query) | In the current condition of the query, sets the [Range of Values] comparison type and as the lower bound adds the expression for results of the passed-in random subquery. |
IsBetween(QueryParameter) | In the current condition of the query, sets the [Range of Values] comparison type and as the lower bound adds the expression for the passed-in query parameter. |
IsBetween(QueryColumnExpression) | In the current condition of the query, tests whether the value of the condition expression is within the range whose lower bound is equal to the value of the passed-in expression. |
IsBetween(IQueryColumnExpressionConvertible) | In the current condition of the query, sets the [Range of Values] comparison type and as the lower bound adds the passed-in expression. |