QueryCondition.IsLess - метод Смотри также Terrasoft.Core.DB - пространство имен > QueryCondition - класс : IsLess - метод C#
Glossary Item Box
Перегрузка | Описание |
---|---|
IsLess(String) | In the current condition sets the [Less Than] comparison type and in the right side of the condition adds the expression for the column with the specified alias. |
IsLess(String,String) | In the current condition sets the [Less Than] comparison type and in the right side of the condition adds the expression for the column with the specified alias from the specified source. |
IsLess(Select) | In the current condition sets the [Less Than] comparison type and in the right side of the condition adds the expression for results of the passed-in select subquery. |
IsLess(Query) | In the current condition sets the [Less Than] comparison type and in the right side of the condition adds the expression for results of the passed-in random subquery. |
IsLess(QueryParameter) | In the current condition sets the [Less Than] comparison type and in the right side of the condition adds the expression for the passed-in query parameter. |
IsLess(QueryColumnExpression) | In the current condition sets the [Less Than] comparison type and in the right side of the condition adds the passed-in expression. |
IsLess(IQueryColumnExpressionConvertible) | In the current condition sets the [Less Than] comparison type and in the right side of the condition adds the passed-in expression. |