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