QueryCondition.And - метод Смотри также Terrasoft.Core.DB - пространство имен > QueryCondition - класс : And - метод C#
Glossary Item Box
Перегрузка | Описание |
---|---|
And(QueryColumnExpression) | In the current condition of the query of the [Comparison Range] type, as the upper bound adds the passed-in expression. |
And(IQueryColumnExpressionConvertible) | In the current condition of the query of the [Comparison Range] type, as the upper bound adds the passed-in expression. |
And(String) | In the current condition of the query of the [Comparison Range] type, as the upper bound adds the expression for the column with the specified alias. |
And(String,String) | In the current condition of the query of the [Comparison Range] type, as the upper bound adds the expression for the column with the specified alias from the specified source. |
And(Select) | In the current condition of the query of the [Comparison Range] type, as the upper bound adds the expression for results of the passed-in select subquery. |
And(Query) | In the current condition of the query of the [Comparison Range] type, as the upper bound adds the expression for results of the passed-in random subquery. |
And(QueryParameter) | In the current condition of the query of the [Comparison Range] type, as the upper bound adds the passed-in query parameter. |