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