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