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