QueryCondition.In - метод Смотри также Terrasoft.Core.DB - пространство имен > QueryCondition - класс : In - метод C#
Glossary Item Box
Перегрузка | Описание |
---|---|
In(IEnumerable<String>) | In the current condition of the query, sets the comparison of the [Belongs to Set of Values] type and in the first side of the condition adds the expression for the specified enumerator of column aliases. |
In(String[]) | In the current condition of the query, sets the comparison of the [Belongs to Set of Values] type and in the first side of the condition adds the expression for the specified array of column aliases. |
In(Select) | In the current condition of the query, sets the comparison of the [Belongs to Set of Values] type and in the first side of the condition adds the expression for results of the passed-in select subquery. |
In(Query) | In the current condition of the query, sets the comparison of the [Belongs to Set of Values] type and in the first side of the condition adds the expression for the specified random subquery. |
In(IEnumerable<QueryParameter>) | In the current condition of the query, sets the comparison of the [Belongs to Set of Values] type and in the first side of the condition adds the expression for the specified enumerator of query parameters. |
In(QueryParameter[]) | In the current condition of the query, sets the comparison of the [Belongs to Set of Values] type and in the first side of the condition adds the expression for the specified array of query parameters. |
In(IEnumerable<QueryColumnExpression>) | In the current condition of the query, sets the comparison of the [Belongs to Set of Values] type and in the first side of the condition adds the expression for the specified enumerator of column expressions. |
In(IEnumerable<IQueryColumnExpressionConvertible>) | In the current condition of the query, sets the comparison of the [Belongs to Set of Values] type and in the first side of the condition adds the expression for the specified enumerator of column expressions. |
In(QueryColumnExpression[]) | In the current condition of the query, sets the comparison of the [Belongs to Set of Values] type and in the first side of the condition adds the expression for the specified array of column expressions. |
In(IQueryColumnExpressionConvertible[]) | In the current condition of the query, sets the comparison of the [Belongs to Set of Values] type and in the first side of the condition adds the expression for the specified array of column expressions. |