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